Good news. Your attempts to get it to work have not been in vain. That's
because it won't work. No way. Sorry.
--
Murray --- ICQ 71997575
Team Macromedia Volunteer for Dreamweaver
(If you *MUST* email me, don't LAUGH when you do so!)
==================
http://www.dreamweavermx-templates.com - Template Triage!
http://www.projectseven.com/go - DW FAQs, Tutorials & Resources
http://www.dwfaq.com - DW FAQs, Tutorials & Resources
http://www.macromedia.com/support/search/ - Macromedia (MM) Technotes
==================
"screech90" <webforumsuser (AT) macromedia (DOT) com> wrote
Quote:
I have a html page that I put a print button on. I need to button to open
a
pdf document and then print the pdf doc. Here is the code that I have-
Any
suggestions whould be great. I do not know how to get this to work!!!!
head
script type='text/javascript'> function print_page() {document.write}
/script> </head> <body> <a href='javascript:window.print();'><img
src='print.gif' border='0'></a> </body |