Hello,
my code (written in c#) opens a page in a popup. this page contains nothing but an iframe, which in turn contains a page. I am trying to resize the popup from a javascript on this latter page, on hitting a button for example. I have used
self.resizeTo
and
parent.window.resizeTo
but they don't work. Am I missing somthing here?
Thanks a lot
nicsin
my code (written in c#) opens a page in a popup. this page contains nothing but an iframe, which in turn contains a page. I am trying to resize the popup from a javascript on this latter page, on hitting a button for example. I have used
self.resizeTo
and
parent.window.resizeTo
but they don't work. Am I missing somthing here?
Thanks a lot
nicsin