parent refresh on child exit where is my mistake?

I

incuso

I would like to have a parent refresh when child window is closed.

On parent window I have this code:

<a href="current page URL" onclick="window.open(....)">N</a>

and it works fine, and open a child window.

In the child window different pages are loaded and at the last is:

<html><head></head>
<body onunload="window.opener.location.reload();"
onload="self.close();">
&nbsp;
</body></html>

The parent is refreshed when I am using firefox, but this is not
working when I am using MSIExloprer...

What's wrong with my code?

Thanks,
Massimo
 

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

No members online now.

Forum statistics

Threads
474,436
Messages
2,571,696
Members
48,796
Latest member
Greg L.
Top