Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations SkipVought on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

How to print all frames in an ASP page

Status
Not open for further replies.

goofy

Programmer
Feb 3, 2001
30
0
0
US
I have an ASP page with multiple windows. I need to print the contents of all the frames using a Print button.
"window.print() or top.print() or parent.window.print()" is not helping me.

 
Printing is a client side action and can only be set via your "Print" dialog box depending your OS/printer software. And there is no way to bring the dialog box with "Print the frames individually" option selected by default AFAIK.
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top