Hi there..I'm using the following to open up a window using javascript
win=window.open("","IRC",optStr);
where optStr="resizable=yes,width=800,height=600,left=0,top=0";
the window opens fine in IE..however..in netscape although the window opens up..it doesn't seem to recognise width and height and doesn't use my values..but rather default values of some sort. Am i using the wrong line of code for Netscape?
Thanks in Advance
win=window.open("","IRC",optStr);
where optStr="resizable=yes,width=800,height=600,left=0,top=0";
the window opens fine in IE..however..in netscape although the window opens up..it doesn't seem to recognise width and height and doesn't use my values..but rather default values of some sort. Am i using the wrong line of code for Netscape?
Thanks in Advance