groundedagain
IS-IT--Management
We have an HTML form containing several input fields. Notably a "quantity" textbox and a "product list" pull-down. On both of these form input elements using
javascript and the "OnChange" events, we are re-submitting the form to dynamically update the particular details according to the changes made (such as the total price when quantity changes).
When changing one form input element and moving the focus to another form input element, such as modifying a quantity followed by selecting an item from the
pulldown. It *appears* that the form is being submitted twice and hanging IIS.
After this has occured, there is no further communication from IIS until a restart (of IIS).
Jason Wienert
Central City Communications
Brisbane, Australia.
javascript and the "OnChange" events, we are re-submitting the form to dynamically update the particular details according to the changes made (such as the total price when quantity changes).
When changing one form input element and moving the focus to another form input element, such as modifying a quantity followed by selecting an item from the
pulldown. It *appears* that the form is being submitted twice and hanging IIS.
After this has occured, there is no further communication from IIS until a restart (of IIS).
Jason Wienert
Central City Communications
Brisbane, Australia.