Page 1 of 1

Maintain Pound Sign (#) In URL

Posted: Wed Apr 12, 2006 2:23 pm
by Toot4fun
Is there a way to pass the # sign and its location after a form is submitted? I have some form data that is towards the bottom of a page and I'd like to jump right to it after the form is submitted, rather than have the user end up back at the top of the page.

Alternative solutions are also welcomed.

Posted: Wed Apr 12, 2006 2:53 pm
by rubberjohn
try passing it where you declare the 'action' in the form tag

probably be better off directing to another page tho. so you can avoid getting the 'POST DATA' message and multiple form submissions

have a look at
feyd wrote:
As for the post-redirection trick, Roja wrote:Post-Redirect-Get pattern.

Solves the issues mentioned.


rj