Print web page with frames

hi,<br />
I have created a web page having three frames. (Banner,Contents menu and the main frame. Each frame is displaying an html page. When i print the page from IE 5.5 only one of the frames is printed.Is there a way to print all the frames together?<br />
<br />
Thanks<!--content-->I pretty much doubt it. Sorry. Your proabbly betetr off waiting what others say. I would think that they would think the same as me.<!--content-->You can't really print all frames at once but you could always put a print page link on a page that will print that certain page:<br />
<br />
<br />
<html><br />
<head><br />
<br />
<SCRIPT LANGUAGE="JavaScript"><br />
<!-- Original: CodeLifter.com (<!-- e --><a href="mailto:[email protected]">[email protected]</a><!-- e -->) --><br />
<!-- Web Site: <!-- m --><a class="postlink" href="http://www.codelifter.com">http://www.codelifter.com</a><!-- m --> --><br />
<br />
<!-- This script and many more are available free online at --><br />
<!-- The JavaScript Source!! <!-- m --><a class="postlink" href="http://javascript.internet.com">http://javascript.internet.com</a><!-- m --> --><br />
<br />
<!-- Begin<br />
function printWindow() {<br />
bV = parseInt(navigator.appVersion);<br />
if (bV >= 4) window.print();<br />
}<br />
// End --><br />
</script><br />
</head><br />
<body><br />
<br />
<a href=http://www.htmlforums.com/archive/index.php/"javascript:printWindow()">Print This Page</a><br />
<br />
</body><br />
</html><br />
<br />
<br />
hope this helps!<!--content-->hi,<br />
thanks for the replies. <br />
But I found out that in IE you can print all the frames together. You can do this by going to the Print Dialog box. "Options" tab. Select "As Layed out on screen" .<br />
This will print all the frames together.<br />
<br />
Just wanted to let u know.<br />
<br />
Thanks<!--content-->
 
Back
Top