PDA

View Full Version : Print Window Javascript



wyclef
September 3rd, 2004, 03:18 PM
This works on everything but Mac IE 5.2.3. why?



<!--
if(window.print) {
document.write('<img src="/i/print.gif" width="21" height="17" alt="" border="0"><a href="#" accesskey="p" title="[P] Print This Page" onclick="window.print()">Print This Page</a><br />');
}
else {
document.write(' ');
}
//-->

JustJeff
September 7th, 2004, 12:25 AM
For those of us who don't have Mac IE 5.2.3 - what does it do, and what is the expected (preferred) result?

wyclef
September 7th, 2004, 09:56 AM
nevermind. i just found out that print.window is not supported in IE 5.2.