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 TouchToneTommy on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Printig from the page

Status
Not open for further replies.

arlequin

Programmer
Sep 21, 1999
232
UY
HI!<br>
<br>
How can I have a page printed?<br>
not the source, but the HTML result<br>
<br>
<br>
is there anyway to send the PRINT command to the browser to get the page fully printed?
 
[windowName].MainContent.focus();<br>
[windowName].print();<br>
<br>
This has to be Client-side.<br>
-Ryan
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top