I want to close the window(jsp page) using javascript?
843840Jun 4 2009 — edited Jun 4 2009Hi All,
Note:For Browser FireFox2.0
Actually i am opening one jsp page(name LogOut.jsp) using window.open() in javascript from another jsp page method and now i want to close logout.jsp page using either javascript or any other way for this i searched a lot someone told that for firefox if that window is opened by javascript then and only then it is being closed otherwise not.
i did the same but still it is not going to close.
sample code:window.open('Logout.jsp','_parent','');
pls help........
thanks and regards
Only1Vinay