javascript_howto thread: Page Redirection and refreshing from a link
Hi Guys, I want to redirect the current *.asp page to the previous page and refresh that previous page. The current page b.asp has a link coded as Response.Write "<a href='javascript:history.back();'>Go Back</a>" This link redirects the user to the page a.asp. Apart from that, I also want to refresh after the redirection. Any idea of how this can be done? Thanks Terrence
|





