hi i have written code for opening the child window with disabled toolbar and menu bar in IE. i have written the code in parent.jsp.
For IE version 8 the problem i face is it shows the pop-up saying "Do you want to close the window ? Yes or No ".
I dont want to this pop-up to be shown in IE 8
the below code does not show the popup IE version 6,but its not working for IE 8
the code is
window.opener=top;
window.close();
window.open('link',toolbar=no,menubar=....);
can someone pls help me with a bit of code to not to show this popup and close automatically for all versions of IE??