vote up 0 vote down star
1

Hi,

Can I put a link on my webpage to the Printer ?

To go to the same page like Ctrl-P goes in Firefox, IE.

Thank you.

flag

75% accept rate

4 Answers

vote up 4 vote down check
<a href="javascript:if(window.print)window.print()">Print</a>
link|flag
vote up 0 vote down

Hi. You may look here and here.

bye.

link|flag
vote up 0 vote down

Using JavaScript, you can. Here is one page showing how.

link|flag
vote up 2 vote down

Add this to your link:

onclick="window.print();"
link|flag

Your Answer

Get an OpenID
or

Not the answer you're looking for? Browse other questions tagged or ask your own question.