Stop form dropdown list from refreshing and losing index
Posted
by Idealflip
on Stack Overflow
See other posts from Stack Overflow
or by Idealflip
Published on 2010-05-20T04:39:25Z
Indexed on
2010/05/20
4:40 UTC
Read the original article
Hit count: 213
XHTML
Hello everyone
I have a form, that includes a drop down list, and a submit button.
The drop down list has 5 values.
Let's say the user chooses value #3, then clicks submit. How would I prevent the drop down list from setting itself back to value #1?
Thanks!
© Stack Overflow or respective owner