[Ietab] Some Javascript errors
Jim Bower
jim.bower at gmail.com
Sat Nov 19 07:48:24 EST 2005
My application opens a child window using Javascript. The cycle of use
causes some failures listed below. Otherwise, your addin is very helpful.
Here are some Javascript lines that cause the problems.
newWindow = window.open(url, windowName, windowOptions);
newWindow.focus();
The initial window opens the child window. The window appears, the focus
does work, but a Javascript error occurs on the newWindow.focus() line.
window.opener.document.getElementById(fieldId).value = valueselected;
This causes an error in the child window; window.opener.document does not
appear to be set.
window.close
Does not work properly on the child window
I am not sure whether these issues are anything you can do something about,
but let's hope so.
--
Jim Bower
Bois-Colombes, France
+1 908-212-3269 (Vonage)
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://mozdev.org/pipermail/ietab/attachments/20051119/b473a38e/attachment.htm
More information about the Ietab
mailing list