Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations strongm on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

How to create controlled fields

Status
Not open for further replies.

3112005

Technical User
Nov 28, 2005
58
US
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>
 
I appologize for not finding the pre-existing solutions, although I did search the entire site for solutions on this topic with no success. I apparently wasn't looking for the appropriate key words.
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top