Thanks Joe, But I believe I've already scripted the focus correctly. I worked for a moment ... sort of: It had printed the top frame of the frameset inside that IFRAME. But as you can read, it only did it once :-(
Here's the code:
**************************************
function myprint() {
window.parent.newsletter.focus();
window.print();
}
********************************
.....And the IFRAME containing the Frameset:
**************************************
<div id="CONTENT" style="position:relative; width:570px; height:475px; z-index:1; left: 192px; top: 20px;">
<iframe name="newsletter" src="newsletter.htm" width="570px" height="475px"></iframe>
</div>
**************************************
Does anyone know how to do this?
Thanks,
nancy
|