Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations Rhinorhino on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Refresh the main window after closing the child window

Status
Not open for further replies.

philrm

MIS
Joined
Jun 1, 1999
Messages
58
Location
AU
function = unload(){
opener.location.reload(true)
}

& then just close your popup as you did it before

2. refresh opener before closing:

&quot;><a href=&quot;#&quot; onClick=&quot;opener.location.reload(true);self.close()&quot;><font size=&quot;4&quot;>Close
window after entering</font></a>

I found the code worked very well in IE browser but it doesn't work at all in Netscape browsers . Is there a solution for this if so could please help out. Thank's
 
Before the 'window.close()'

I would try the following line for NN:
window.opener.location.reload()

and this line for IE:
window.opener.document.execCommand(&quot;refresh&quot;)


Good luck!
 
The field site_id was not found in the Form input. This field is required in order to do an UPDATE because it is part of the primary key for
the T_SOIL_SITE table.

Data Source = &quot;TEST&quot;

SQL = &quot;&quot;

Data Source = &quot;TEST&quot;

The error occurred while processing an element with a general identifier of (CFUPDATE), occupying document position (127:1) to (127:67)
in the template file E:\WEBDEV\TEMP\COLD\LOGINONE\FORMTWO\FORMTWO.CFM.

.Thanks

javascript error: window.opener has no properties.

The above code still gives a problem for Netscape could someone please help out. The error message is given above.
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top