How can I make the Product Line field display certain results based on what is selcted in the Request field? I'm hoping this can be done with some VBscript or Java without referencing the database which I don't have access to.
<tr>
<td width="144"><font face="Arial" size="2">
Request:</font></td>
<td>
<select title="Request" id="00N300000017cCX"
name="00N300000017cCX"><option value="">
--None--</option><option value="Inquiry">Inquiry</option>
<option value="Downloads Access">Downloads Access</option>
<option value="Customer Self-Service Access">Customer Self-Service Access</option>
<option value="Other">Other</option>
</select><br>
</td>
</tr>
<tr>
<td width="144" height="24">
<font face="Arial" size="2">Product Line:</font></td>
<td height="24">
<select title="Product Line" id="00N30000001Qnan" name="00N30000001Qnan"><option value="">
--None--</option><option value="Video Components">
Video Components</option>
<option value="Measurement Products">Measurement Products</option>
<option value="Measurement Services">Measurement Services</option>
<option value="Universal Testers">Universal Testers</option>
</select><br>
</td>
</tr>
<tr>
<td width="144"><font face="Arial" size="2">
Request:</font></td>
<td>
<select title="Request" id="00N300000017cCX"
name="00N300000017cCX"><option value="">
--None--</option><option value="Inquiry">Inquiry</option>
<option value="Downloads Access">Downloads Access</option>
<option value="Customer Self-Service Access">Customer Self-Service Access</option>
<option value="Other">Other</option>
</select><br>
</td>
</tr>
<tr>
<td width="144" height="24">
<font face="Arial" size="2">Product Line:</font></td>
<td height="24">
<select title="Product Line" id="00N30000001Qnan" name="00N30000001Qnan"><option value="">
--None--</option><option value="Video Components">
Video Components</option>
<option value="Measurement Products">Measurement Products</option>
<option value="Measurement Services">Measurement Services</option>
<option value="Universal Testers">Universal Testers</option>
</select><br>
</td>
</tr>