Link to home
Start Free TrialLog in
Avatar of shyline777
shyline777

asked on

Refresh parent page

how to refresh the parent page once i enter new data from the child page and close it ? Thanks
ASKER CERTIFIED SOLUTION
Avatar of Elvio Lujan
Elvio Lujan
Flag of Argentina image

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
Avatar of shyline777
shyline777

ASKER

Thanks, but how to refesh the parent page?
s = "<script>window.opener.document.forms[0].submit();</script>"
response.write(s)
where should i put this codes?
create a button to allow user click it to close the popup window. double click it and a button_onClick function will be created. put the codes by lem2802 inside the function.
Thanks, i make it with RegisterStartupScript methoed. thank anyway