LordyLordy
Technical User
A bit of a Javascript/HTML question here:
I have a HTML form, which has a drop down menu in it and a couple of text boxes next to it. e.g drop down menu is the product code which the user selects, then I want the description and the price to appear in the two text boxes.
I am then sending the information to a Perl script. My problem is I can't get the description or price to appear, how do I include an IF statement (I assume) in the middle of the HTML form?
Cheers.
I have a HTML form, which has a drop down menu in it and a couple of text boxes next to it. e.g drop down menu is the product code which the user selects, then I want the description and the price to appear in the two text boxes.
I am then sending the information to a Perl script. My problem is I can't get the description or price to appear, how do I include an IF statement (I assume) in the middle of the HTML form?
Cheers.