I am trying to grab the focus of a popup window with a word plugin
showing a rtf document using the following code.
viewerWindow = window.open("65 64641.rtf", "test");
viewerWindow.fo cus();
Unfortunately i get an error "member not found" when focus() is called.
The same code works perfect with.
viewerWindow = window.open("te st.html", "test");
viewerWindow.fo cus();
Any Ideas?
Thanks.
Clive
--
Posted via Mailgate.ORG Server - http://www.Mailgate.ORG
showing a rtf document using the following code.
viewerWindow = window.open("65 64641.rtf", "test");
viewerWindow.fo cus();
Unfortunately i get an error "member not found" when focus() is called.
The same code works perfect with.
viewerWindow = window.open("te st.html", "test");
viewerWindow.fo cus();
Any Ideas?
Thanks.
Clive
--
Posted via Mailgate.ORG Server - http://www.Mailgate.ORG
Comment