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="" /> 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