How to have a "Printer Friendly" button -- simple question

burak

Centurion
Joined
Jun 17, 2003
Messages
127
Hello,

I have a web page with multiple panels. On one of the panels I want to put a "Printer Friendly Version" button.

The web page I am working on might be inserted in the right frame of a frameset.

How can I have my aspx page take up the whole page when the printer friendly version button is clicked, without knowing any frame names?

Thank you,

Burak
 
burak said:
Hello,

I have a web page with multiple panels. On one of the panels I want to put a "Printer Friendly Version" button.

The web page I am working on might be inserted in the right frame of a frameset.

How can I have my aspx page take up the whole page when the printer friendly version button is clicked, without knowing any frame names?

Thank you,

Burak

Just a thought, and this may not help, but could you just write some javscript to have your 'printer friendly' version appear in a new window that is entirely separate from the first? I had the same sort of issue with IFrames and needing to print some information, and so that is what I did.
 
Back
Top