hi.
i have a page (page1.asp) with two input text boxes in a form with post method and a submit button.
the submit button's action is the page itself (page1.asp)
the goal is to check the value of box1 and box2
if box1 = box2 then
go to page3
else
go to page4
is this possible?
thanks.
i have a page (page1.asp) with two input text boxes in a form with post method and a submit button.
the submit button's action is the page itself (page1.asp)
the goal is to check the value of box1 and box2
if box1 = box2 then
go to page3
else
go to page4
is this possible?
thanks.