View Single Post
Old 03-08-2008, 07:11 AM   #1 (permalink)
wolf99
Code Monkey
 
wolf99's Avatar
 
Join Date: Jan 2006
Location: in college (again) in rural Eire
Posts: 45
wolf99 is on a distinguished road
script tag for print page link?

Hi All

I'm working on bringing my site up to W3C accessibility standards so where I have a link to print the page that uses JS

Code:
<a href="#" onclick="window.print();return false;"><img src="images/print.png" alt="" />&nbsp;print page</a><br />
how do I add the <script> tag to this? assume i also need to use document.write, but am not familiar with js and have tried a few combinations with no luck

thanks for help
wolf99 is offline   Reply With Quote