Drop down selection not registered when form submitted quickly?!
- by Abs
Hello all,
I have noticed a strange thing that happens on my web app when the server is under heavy loads (I am remoting on to the Windows Server).
I have a drop down box which is generated dynamically (server side). When I make a selection and quickly press the submit button to indicate my selection the next page does not register my selection but if I do it a bit more slowly it will.
I have not come across this before, has anyone? I know its a small issue but there are a lot of "trigger happy", including me...
should I put a delay before the form is submitted? If I do, I can only guess the right amount of time.
Or is there an underlying problem with my web app?
Thanks all