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 wOOdy-Soft on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

function = unload(){ opener.locati

Status
Not open for further replies.

philrm

MIS
Jun 1, 1999
58
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. This the error coming for Netscape

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.


javascript error: window.opener has no properties.

Thanks



 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top