Hi,
if i use
window.close(); it is asking for "Do u wish to close?".. how toavoid it..
Pl. help me
thanks in adv.
VEnu
Printable View
Hi,
if i use
window.close(); it is asking for "Do u wish to close?".. how toavoid it..
Pl. help me
thanks in adv.
VEnu
You can't avoid the confirmation window the first time it appears.
If the user clicks "yes" to allow your script to close the window, then next time, the browser will not prompt the user.
I have only experienced this with IE, I'm not sure about netscape's behaviour regarding the window.close(); confirmation.