Closing a parent window with out prompt using javascript

Saturday, July 11, 2009

Place the following code in script




window.open('','_parent','');
window.close();

0 comments: