Liz
12-06-2002, 07:06 PM
I have a page that opens a window that doesn't have a menu bar. So that users can still print, I have a link at the top entitled "Print."
The link works fine in IE 5 and 6 for Windows but doesn't print on Macs in IE 5 (haven't tested 6).
My code:
<a href="#" onClick="javascript:window.print();">
or
<a href="onClick="javascript:window.print();">
(I also tried the shorter version:
<a href="onClick="javascript: print();">
Thank you for your help.
Liz
The link works fine in IE 5 and 6 for Windows but doesn't print on Macs in IE 5 (haven't tested 6).
My code:
<a href="#" onClick="javascript:window.print();">
or
<a href="onClick="javascript:window.print();">
(I also tried the shorter version:
<a href="onClick="javascript: print();">
Thank you for your help.
Liz