Forum Moderators: mack
the probelm arrises when you go to print a page that ISNT a recognised "open in frame" page, but a page which you get to by clickin on a button on the navigation bar with the target of "mainframe". When I go to print all I seem to get printing out is the navigation buttons and not the page intended!
if i have made any sence by what i have just said are there any ways that this small problem can be resolved, and is it something that has to be changed in the frameset properties? or is it a problem that im going to have to put up with?
Maybe one way around this is to put in a link on the page which uses Javascript to bring up the print window. I think it's something like:
javascript.window.print();
If you put that in a link instead of a page address, and have the link text 'print this page' that might make the browser recognise which of the frames you're trying to print.
Also, if you Google for "javascript print page" you'll see some code that will let you print one frame from another, so you could have your 'print this page' code as part of your navigation, but it'll print the main content frame that's showing at the time (I think.)
HTH
Paul