Sign In| Join
Get Help:Ask a Question in our Forums|Report a Bug|More Help Resources
All-Star
37421 Points
5632 Posts
May 11, 2007 02:15 PM|LINK
For next time, please provide more information about which framework you are using. the ClientScript exists in ASP.NET 2.0. anyhow try the below code
Page.RegisterStartupScript("refresh","<script language=javascript>var url = window.opener.location.href; window.opener.location.href = url;</script>")
HC
Haissam
All-Star
37421 Points
5632 Posts
Re: Refreshing Parent page from Popup window,vb.net
May 11, 2007 02:15 PM|LINK
For next time, please provide more information about which framework you are using. the ClientScript exists in ASP.NET 2.0. anyhow try the below code
Page.RegisterStartupScript("refresh","<script language=javascript>var url = window.opener.location.href; window.opener.location.href = url;</script>")
HC
MCAD.NET
| Blog |