SitePoint Sponsor |
|
User Tag List
Results 1 to 3 of 3
Thread: Printing with a MAC!
Hybrid View
-
Oct 10, 2003, 01:38 #1
- Join Date
- Jul 2003
- Location
- UK
- Posts
- 27
- Mentioned
- 0 Post(s)
- Tagged
- 0 Thread(s)
Printing with a MAC!
Hi,
I am trying to create a link that when click automatically prints the page. I have the basic command "Javascript:window.print()" which works fine in IE/NETSCAPE on a PC just it doesn't work on a MAC.
Does anyone know of a script that will do the same function but is MAC compatable.
Thanks in advance for any help!
Allan
-
Oct 10, 2003, 06:15 #2
It doesn't exist. There is no way to force a Mac to print in NN4. Should work in IE5 though...?
Edit:
My mistake. After a little digging in Google, window.print() doesn't work in NN4 or IE5 for Mac. Even found a script that searches for those two specific browsers and pops an error message reading "Your browser will not print this document properly."
GDrupal Development -- Hire me!
Drupal Training | Darwin Awards Moderator | Classic Cars
SitePoint | Blog | Rent Games Online | Car | Talent
-
Oct 10, 2003, 07:19 #3
Originally Posted by greg.harvey
Code:<a href="/" onclick="window.print(); return false;">Print this page</a> <a href="/macprint.html" onclick="window.open(this.href); return false;">Printing Instructions for Mac users</a>
Bookmarks