printer friendly icon

C

c

There must be a simple solution. How do I add this to my
web page? I already have it formatted to be printable so
I don't need CSS. Just want to make it easy for the user
with the icon.
 
R

Ronx

One way is:
<script type="text/javascript" language="JavaScript"><!--
document.write("<a href='javascript:window.print();'><image src='image.gif'
alt='print page'></a>");
//--</script>
Note that document.write...../a>"); should all be on one line.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Similar Threads

Made From Scratch Printable Web Page 17
Printing pages 1
Printer Friendly Page 2
Create a icon. 3
Printer friendly 6
Printer friendly pages? 10
Ronx Question #2 3
FrontPage 2003 Questions 12

Top