Hi all ,
I have a web application.In that through javascript i have opened a pop up window from my application.Once i close my application,the pop up window which is opened through javascript method is not getting closed.
This is my javascript
function show() {
myRef = window.open('http://www.google.com, 'mywin',
'left=20,top=20,width=700,height=600,toolbar=1,resizable=1');
}
then how to close this pop up when application is closed.
Can any 1 help on this issue ?
thanks in advance
S.Naveen...