Showing posts with label JavaScript. Show all posts
Showing posts with label JavaScript. Show all posts

Closing a parent window with out prompt using javascript

Saturday, July 11, 2009

Place the following code in script




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