|
Hai i am using the code which i given below for refreshing the parent page
<input type="button" onclick="window.opener.location.reload(); self.close();" value="CLOSE">
Here in this code i want to pass a value to the parent page.I have no idea how to pass any body know please help
Regards
Vijesh
|