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. Thank's
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. Thank's