[thelist] need frame focus when frame source is word doc

Erik Mattheis gozz at gozz.com
Tue Aug 21 10:42:34 CDT 2001


>function goprint(){
>	window.parent.mainpage.focus();
>	window.print();
>}

I've not used print() but your frame reference looks screwy. Maybe try just:

function goprint() {
	parent.mainpage.focus()
	parent.mainpage.print();
}

Thanks for the review of recent posts and the effort to support a 
variety of browsers!

-- 

- Erik Mattheis

Who reflects too much will accomplish little.

(612) 827 3963




More information about the thelist mailing list