determining javascript popup window dimensions in IE6 - onresize

P

PradeepCBala

I have an aspx page that contains a javascript function that is used
for opening a popup window, like,

winPopUp = window.open(url, name, "top="+yStart+",left="+xStart
+",toolbar=no,location=0,directories=no,status=yes,menubar=0,scrollbars=no,resizable=yes,width="
+ newWidth + ",height=" + newHeight + "");
window.top.childImageDisplayWindow = winPopUp;
winPopUp.focus();


This script is embedded within <head> </head>tags.
If the popped up window is resized by the client, what would be the
easiest way to determine the modifed width and height of the window.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Members online

Forum statistics

Threads
473,769
Messages
2,569,579
Members
45,053
Latest member
BrodieSola

Latest Threads

Top