spdaza
Posts: 17
|
| Posted: 12/27/2006, 8:33 AM |
|
Hi.
I want to hide in my application the statusbar and the menu bar, I'm opening a new window and trying to close the first one in the next way:
window.open("mainPage.php","WindowName","width=800,height=600,top=0,left=0,resizable=yes,scrollbars=yes,menubar=no,toolbar=no,status=no,location=no")
self.close();
But I've experimented some problemns probing in diferent browsers. In Firefox the status bar is present and the main window doesn`t close.
I want to know if there is a best way to do that, of I have to add an especial code for firefox.
Thanks
|
 |
 |
|