I'd like something like this:
http://www.dynamicdrive.com/dynamicindex9/other1.htm
But instead of a button, it needs to be a text link.
Any ideas?
I'd like something like this:
http://www.dynamicdrive.com/dynamicindex9/other1.htm
But instead of a button, it needs to be a text link.
Any ideas?
If you want to use that script, simply change this line:
to this:Code:document.write('<form><input type=button value="Print this Page" name="Print" onClick="printit()"></form>');
Hope this helps.Code:document.write('<a href="#" onClick="printit(); return false;">Print The Page</a>');
"Computer games don't affect kids; I mean if Pac-Man affected us as kids, we'd all be running around in darkened rooms, munching magic pills and listening to repetitive electronic music." - Kristian Wilson, Nintendo, Inc, 1989
TheUnlimitedHost | The Testing Site | Southern Utah Web Hosting and Design
I've also seen this:
Which seems disturbingly simple. It seems to work, am I missing something?<a href="javascript:window.print()">Print</a>
Bookmarks