Wrox Home  
Search P2P Archive for: Go

  Return to Index  

javascript_howto thread: try this!


Message #1 by CORNELIO GALLARDO <corgall@y...> on Fri, 10 Aug 2001 01:56:35 -0700 (PDT)
 just try a window.location function
<script>{
window.location="prev.asp"}
</script>
 
 
 
  Terrence Joubert <Terrence@v...> wrote: 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 "Go Back"

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