I have following snippet:
window.open("http://www.stackoveflow.com","_blank","toolbar=yes, scrollbars=yes, resizable=0, top=500, left=500, width=400, height=400");
It is perfectly working in IE. But when I run this on Mozilla, I still be able to resize the window. Which should not be the case.
Can anyone please suggest on this?