![]() | |
![]() |
| | Thread Tools | Display Modes |
#1
| |||
| |||
|
#2
| |||
| |||
|
|
It won't work on IE on a Mac. How can I get it to work in IE? |
#3
| |||
| |||
|
|
It won't work on ie/macintosh. it just won't. so- either don't bother with the javascript Print button, because it's redundant (because every browser has a Print button, unless the toolbar has been hidden) or- ignore that it doesn't work. Unless you've hidden the browser's toolbar- the mac/ie people will be still able to print the page, if they want to. or- use a modified javascript that tests for ie/mac from Mick of mickweb- function to put in head- script language="Javascript" function print_page(){ if ( navigator.platform.toLowerCase().indexOf("mac") != -1 && !window.netscape){ alert("Press command + P"); }else{ window.print(); } } /script link- a href="javascript rint_page();">Print</aIt won't work on IE on a Mac. How can I get it to work in IE? -- Team Macromedia Volunteer for Dreamweaver Certified Dreamweaver MX Developer |
![]() |
| Thread Tools | |
| Display Modes | |
| |