window close problem

P

point

Hello I'm a bit new to JS so be gentle :)

I have a popup window name 'popup'....

In this window content is changing according to user choice...

how can i display alert box only when this popup window is closed??

thanx...

point
 
P

point

I have found a solution but I think the code isn't optimized(I have a
feeling that some lines are not used) but I don't have enough experience
with JS to optimize it by myself.....

So if some of You experienced guys could take a look at this and remove
what's not used...Or if you could do it in some other way.....

Thanx in advance...

function check_closed()
{
var top=self.screenTop;
if (top>9000)
{
alert('Don't forget to refresh your window!')
}
}

and

<body onunload="javascript:if (document.all){check_closed()} else {var
top=window.outerWidth;if (top==0) {opener.alert('window was closed')}}">

respect...

point
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Members online

Forum statistics

Threads
474,076
Messages
2,570,565
Members
47,201
Latest member
IvyTeeter

Latest Threads

Top