Feedback on: irt.org FAQ Knowledge Base Q128
Worth:
Worth reading
Comments:
Just to explain that there's another solution that works with all browsers to the Q128 problem
Step 1 : Define Form A with action X.asp including a radio button having 2 states. First state Is X.asp but another should submit the form to Y.asp
Step 2 : Define Form B with same field than in A but hidden
Step 3 : Use a button that call a script in Form A
Step 4 : test the status of the radio button and if needed transfer values from form A to B and then submit the form A or B according to the radio button value by a simple document.Form.submit(),
This work with multiple states all you need is a form by action.
Worth:
Worth reading
Comments:
Just to explain that there's another solution that works with all browsers to the Q128 problem
Step 1 : Define Form A with action X.asp including a radio button having 2 states. First state Is X.asp but another should submit the form to Y.asp
Step 2 : Define Form B with same field than in A but hidden
Step 3 : Use a button that call a script in Form A
Step 4 : test the status of the radio button and if needed transfer values from form A to B and then submit the form A or B according to the radio button value by a simple document.Form.submit(),
This work with multiple states all you need is a form by action.
Technical:
Not technical enough
Comments:
What about a cross browser script version for this?