print button

K

Ken Thacker

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

Jens Peter Karlsen [FP-MVP]

Use a Print stylesheet to hide everything else on the page when
printing.

Regards Jens Peter Karlsen. Microsoft MVP - Frontpage.
 
Top