Print command in a form or button

S

Sarah McCann

How can I put a button on a document that will , when clicked, print the
current page, as well as all the linked documents?
 
R

Ravi Anguluri

Hi,

Use <input type="button" value="Print" name="B4" onclick="window.print();">
this will pop open the printer dialog box, here chose the option to print
all linkd docs.

to print all the linked documents is part of the printer driver

Hope this Information helps.
Regards
Ravi
MSFT

This posting is provided "as is" with no warranties and confers no rights

--------------------
 
Top