Entry
How can I resize the Opener from its Popup window even if the user has entered into a different URL in the Opener?
Aug 24th, 2000 17:03
Martin Honnen, Anonymous Account,
NN4 should allow
opener.resizeBy(dwidth, dheight)
or
opener.resizeTo(width, height)
IE4+ gives access denied if the documents in the windows are from
different hosts and you can't work around that.
I don't know about NN6 but I expect it to disallow the access like IE4+
does. It should however allow signed script to make a privileged call.