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

Printing Directly to Printer.

Status
Not open for further replies.

SomeHelp

Programmer
Apr 11, 2002
31
US
It is possible to print a page directly to a printer of a user (client) that are seeing our webpage?
What I mean is this:
Imagine you are seeing my web page. There are a printer icon in top of page. When you click it your printer start printing...
I expect be clear. Sorry about my english:)
 
Well..


You can just use Javascript and do the following:
[tt]
<html>
<head>

</head>
<body>
<a href=&quot;#&quot; onClick=javascript:print()>print page</a>
</body>
</html>
[/tt]

Hope this helps.

-Vic vic cherubini
vikter@epicsoftware.com
====
Knows: Perl, HTML, JavScript, C/C++, PHP, Flash, Director
====
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top