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...