admin
-
2/15/2006 9:04:02 AM
Re: Printing, emailing and ranking.
Hi Paul,
Thank you for your post. Here are the comments:
1) Printer-friendly version I would recommend you adding an extra CSS stylesheet that will be used for printer output. You can specify it like this: <link rel="stylesheet" type="text/css" href="/print.css" media="print" />
2) Sending a page in an e-mail This would require some code. First, you need to check the type of the document (Functions.GetDocumentType()) and build the e-mail body by your code appropriately. It means you will need to use different code for different document types.
3) Ranking Again, this would require some code as you wrote. Unfortunately, I don't know about any ready-to-use solution.
Please let me know if you need any help with that.
Best Regards,
|