pankaj
03-17-2003, 11:28 AM
I want to open a window which does not display any toolbars.
I tried this
function NewWindow()
{
window.open("NewWin",,"fullscreen")
self.close()
}
but I get a msgbox saying "dou want to close this window".
I dont want the msgbox.
Is their any other way. I dont want 2 windows to remain open.
I tried this
function NewWindow()
{
window.open("NewWin",,"fullscreen")
self.close()
}
but I get a msgbox saying "dou want to close this window".
I dont want the msgbox.
Is their any other way. I dont want 2 windows to remain open.