I have a long form that is split into multiple sections with multiple submit buttons.
Each submit button has a return page with current page but appended to it is a bookmark that takes you directly to a section you just worked on.
However, I always get the right url but it has a trailing "?"
Normally, this is not a problem but I recently it conflicts with some other code on my page.
This is specifying a return page of say
foo.php#bookmark results in url of
www.mydomain.com/foop.php#bookmark?
I want to avoid using a HTTP redirect upon load.
Any body have a solution to using bookmarks in conjunction with ccs submit buttons?