[thelist] printer hyperlink

Rob Keniger rob at bigbang.net.au
Mon Oct 30 20:18:20 CST 2000


on 31/10/00 1:01 PM, Christiaan Briggs at cbriggs at clear.net.nz wrote:

> Question:
> Is their any html code that will link to "print"? i.e. click on it to
> print a webpage.

It's not HTML, but you can call the javascript print() method to print a
window - but it doesn't work in many browsers.

An example is <a href="javascript:window.print();">Click to print window</a>
although there are several other ways to trigger it.

-- 
 
Rob Keniger

big bang solutions

<mailto:rob at bigbang.net.au>
<http://www.bigbang.net.au>







More information about the thelist mailing list