Click to See Complete Forum and Search --> : Print command???


Yanhead
06-10-2003, 04:13 PM
How can i make a link that brings up the prit dialogue?

I've tried



<a href="javascript:print()">Print</a>



but am getting no joy, (I'm running ie5.1.6 on Mac OS 9.2.2)

thanks

Yanhead
06-10-2003, 04:16 PM
p.s obviously without the smiley!

:)

pyro
06-10-2003, 04:55 PM
Try it like this:

<a href="#" onclick="window.print(); return false;">Print</a>