Click to See Complete Forum and Search --> : Print Page Function in Frames


wolfiecat
05-15-2005, 01:25 PM
Hello -

I am working on a project involving frames. I need to put a Print Icon button on the left navigation which is a frame. It works but only prints the frame where the print icon is located.

Is it possible to have the print button on that frame but print the actual pages (which are a .aspx files). How can I connect it so that no matter which .aspx page is showing, if the user click on the print button, the current page with content will print?

I am not an advanced programmer. I have been researching this for a week now and trying everything but have not been successful yet.

Any help is GREATLY appreciated!! ;)

Denise

ray326
05-16-2005, 12:09 AM
My primary recommendation would be to use the server side include features of aspx to build pages without frames. Problem solved.