Hi all,
I have the following code to generate a popup window containing the file terms.htm:
function topWindow4(){
popup = window.open("terms.htm","","height=500,width=600,resizable=no,scrollbars,screenX=50,screenY=100,top=30,left=50"
;
}
The problem is that in Netscape the window is not resizable, as required, but testing on IE4.0 gives the window to be resizable...
I've tried leaving out the 'resizable' attribute altogether but this didnt work either.
Does anybody have any ideas?
Thanks in advance!
I have the following code to generate a popup window containing the file terms.htm:
function topWindow4(){
popup = window.open("terms.htm","","height=500,width=600,resizable=no,scrollbars,screenX=50,screenY=100,top=30,left=50"
}
The problem is that in Netscape the window is not resizable, as required, but testing on IE4.0 gives the window to be resizable...
I've tried leaving out the 'resizable' attribute altogether but this didnt work either.
Does anybody have any ideas?
Thanks in advance!