I need to parse a menu result value into two other input fields. The values are comma separated.
Here is the example:
<form action="" method="get">
<p>Vendor Name: <input name="VendorName" type="text">
<br>Vendor Number: <input name="VendorNumber" type="text"><br>
List of Current Vendors:
<select name="select">
<option value="Apple,0000">Apple,0000</option>
<option value="APPLE COMPUTER INC,2956">APPLE COMPUTER INC,2956</option>
<option value="APPLE COMPUTER INC,2957">APPLE COMPUTER INC,2957 </option>
</select></p></form>
Edward C. Sheard, CCP
Project Leader-Web Services
Madison Area Technical College
3550 Anderson Street
Madison, WI 53704-2599
Phone: (608) 246-6129
FAX: (608) 246-6329
Web:
http://matcmadison.edu
Department of Educational Technology and Services (DoETS)