Guys,
I have a program that has four procedures to represent four stages of order entry for our customers. Depending on the value of a hidden field in each form, the page determines what procedure to run. Each form submits to the same page.
Is there any disadvantage of having each form submitting to the same page in this way. Is it more/less efficient to have each form submit to a new program.
i.e. instead of having one program (sales.asp) with four procedures, would it be better to have four programs (sales1.asp, sales2.asp......) Mise Le Meas,
Mighty
I have a program that has four procedures to represent four stages of order entry for our customers. Depending on the value of a hidden field in each form, the page determines what procedure to run. Each form submits to the same page.
Is there any disadvantage of having each form submitting to the same page in this way. Is it more/less efficient to have each form submit to a new program.
i.e. instead of having one program (sales.asp) with four procedures, would it be better to have four programs (sales1.asp, sales2.asp......) Mise Le Meas,
Mighty