Wrox Home  
Search P2P Archive for: Go

  Return to Index  

javascript_howto thread: Page Redirection and refreshing from a link


Message #1 by Terrence Joubert <Terrence@v...> on Thu, 9 Aug 2001 13:52:42 +0400
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


  Return to Index