Submit to multiple ASP pages
Function selectSubmit (thevalue) {
IF (Thevalue.Value == "Submit 1") {
Document.Forms [0] .Artion = "a.asp";
Document.Forms [0] .submit ();
}
IF (Thevalue.Value == "Submit 2") {
Document.Forms [0] .Artion = "b.asp";
Document.Forms [0] .submit ();
}
}
script>
hEAD>