closing a window

admin

Administrator
Staff member
Does anyone know how to close a window without IE telling you that the page is trying to close itself and you having to click yes?

the goal is to load a page of a certain size with no control/toolbars from the outset. i was trying it by having a page open the new window like i want it with onLoad="window.open(blah blah)" then closing itself using self.close(). it causes a prompt that i dont want. if im doing this the hard way another solution would be appreciated too!!

much thanks
 
Back
Top