ASP.NET Help

Soldato
Joined
12 Jan 2004
Posts
6,824
Location
Londinium
Hi guys,

Im having a problem with javascript not being run properly when a user submits a form then uses the back button to go back to the input page - the reason I think is because the url is the same and so the browser does not set the javascript for the first page properly when the back button is hit.

To solve this all I need to do is to change the url slightly so that the input page's url and the results page url is different, I think I could do it by adding a page anchor to the results url (www.whatever.com/form.aspx#location) and that way they would be different therefore maintaining the correct javascript functionality.

So, can anyone help me tell a asp.net form to submit to the same page but with a page anchor on the end of the url?
 
Back
Top Bottom