Hi
I'm having a hell of a time tring to get the "main"(first initial window) in Netscape to reload from another JS opened window.
I used...
<head>
<SCRIPT LANGUAGE="JavaScript" TYPE="text/javascript">
<!--
self.name = "main";
//-->
</SCRIPT>
</head>
..in a framepage. Then from a new window...
<a href='http://www.my_site.com/frame_page.php?info=$info' onclick='window.close()' target='main'>link</a>
...and it works perfectly in Internet Explorer.
But, Netscape closes the new window and never reloads the initial window.
Any advice at all would be most appreciated.
Virgil
I'm having a hell of a time tring to get the "main"(first initial window) in Netscape to reload from another JS opened window.
I used...
<head>
<SCRIPT LANGUAGE="JavaScript" TYPE="text/javascript">
<!--
self.name = "main";
//-->
</SCRIPT>
</head>
..in a framepage. Then from a new window...
<a href='http://www.my_site.com/frame_page.php?info=$info' onclick='window.close()' target='main'>link</a>
...and it works perfectly in Internet Explorer.
But, Netscape closes the new window and never reloads the initial window.
Any advice at all would be most appreciated.
Virgil