I have a form with name DSform. i have two submit buttons with value "save all" and "save some "
the action of the form is page2.asp.
I am using this code in function
document.DSform .submit();
can anyone please help me know how can i pass the value of submit to next page using
document.DSform .submit();.
Thanks
the action of the form is page2.asp.
I am using this code in function
document.DSform .submit();
can anyone please help me know how can i pass the value of submit to next page using
document.DSform .submit();.
Thanks
Comment