Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations SkipVought on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Printing a web page

Status
Not open for further replies.

archisoft

Programmer
Dec 19, 2001
15
0
0
IN
I have a HTML which contains some images and text, but there are no frames in that page. Now I want to print the page in both IE and Netscape and also on both windows and Macintosh. Can anyone help me with a code which will work on both macintosh and windows.
Help with code
 
<INPUT TYPE=&quot;button&quot; VALUE=&quot;Print&quot; ONCLICK=&quot;print()&quot;>
that should do it
 
this is not working, would u please give an idea on some other code which would work for mac as well as as for PC
Thanx
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top