Form action with #hashtag not working in internet explorer
Posted
by Stephane
on Stack Overflow
See other posts from Stack Overflow
or by Stephane
Published on 2010-05-31T15:09:45Z
Indexed on
2010/05/31
15:13 UTC
Read the original article
Hit count: 216
I am using jquery-ui tabs and I've set it up to select the correct tab depending on the #hash from the requested URL.
I have a form which performs a search, and each tab present the result from different providers. so if the form is submitting to the action "/myAction#tab1", when the results load, the corresponding tab gets selected.
This works perfectly in every browser except for IE.
When my form is submitted, it loses somehow the #hash which describes which tab to select.
Is that yet another a bug from IE, or am I doing something wrong? I could not find much information about this, but I can hardly believe that this is not a common problem.
© Stack Overflow or respective owner