function = unload(){
opener.location.reload(true)
}
& then just close your popup as you did it before
2. refresh opener before closing:
"><a href="#" onClick="opener.location.reload(true);self.close()"><font size="4">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 = "TEST"
SQL = ""
Data Source = "TEST"
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
opener.location.reload(true)
}
& then just close your popup as you did it before
2. refresh opener before closing:
"><a href="#" onClick="opener.location.reload(true);self.close()"><font size="4">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 = "TEST"
SQL = ""
Data Source = "TEST"
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