Print button

  • Thread starter Thread starter Ken Thacker
  • Start date Start date
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
 
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
|
 
Back
Top