submit on select option
-
Hello i have need your help regarding if option selected in select box then submit page on select with out click on submit button thanks regards jha
sanjeev
-
Hello i have need your help regarding if option selected in select box then submit page on select with out click on submit button thanks regards jha
sanjeev
on change call some function.. in function use this code to submit form document.form1.submit(); instead of form1 use your form name. If you need submission after selection of specific value then you will require to implement some conditions.
-
on change call some function.. in function use this code to submit form document.form1.submit(); instead of form1 use your form name. If you need submission after selection of specific value then you will require to implement some conditions.
hi but option selected after submition option is forget i wants to after reaload page the selected value is display in option box
sanjeev