In a project i use the following code to open a window:
window.open(href, 'mysite' ,'width=401,height=380,directories=no, toolbar=no, scrollbars=no, location=no, resizable=no, menubar=no, status=no')
But Mozilla firefox and IE always show the location bar and Status bar. How can i hide those?