Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations strongm on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Back (Urgent !!!! Help Please)

Status
Not open for further replies.

castella

Technical User
Apr 7, 2006
3
GB
I have a button and using the response.redirect I return to my previous page but I want to do that if I use my button or the back button for the navigator (e.j Internet Explorer 5.5) take the same efect and my previous page resive the values that I redirect.
 
Please be a little more detailed. Are you trying to send form results back to a form? Are you trying to send values in your URL string? Where are the values coming from, and what is your previous page?

I'm confused :p
 
Instead of using Response.redirect, try using javascript.

<a href=&quot;javascript.history.back()&quot;>back</a>
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top