Print button

K

Ken Thacker

I have a button <input type="button" value=" Print This Map "
onclick="window.print();return false;" />. If I wanted to print a
table(or <div>) that I have the map in, and not the entire screen as it
does now, how would I go about changing it? Thanks in advance!
Ken
 
S

Stefan B Rusynko

Browsers only print pages, not parts of pages
- create a page of just the div or table and a link to it for your print link
- the Include that page in your normal page
--

_____________________________________________
SBR @ ENJOY (-: [ Microsoft MVP - FrontPage ]
"Warning - Using the F1 Key will not break anything!" (-;
To find the best Newsgroup for FrontPage support see:
http://www.frontpagemvps.com/FrontPageNewsGroups/tabid/53/Default.aspx
_____________________________________________


| I have a button <input type="button" value=" Print This Map "
| onclick="window.print();return false;" />. If I wanted to print a
| table(or <div>) that I have the map in, and not the entire screen as it
| does now, how would I go about changing it? Thanks in advance!
| Ken
|
 

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

Top