954,600 Members — Technology Publication meets Social Media
Username:
Password:
Lost login information?
Have something to say? Contribute New Article Reply to this Article

Multi-variable, combination-based dropdown lists

I want to list helpful instructions on my website for customers, specifically designed for them. I'd like for one of 16 images to appear below the 3 dropdown boxes, dependent on the values selected. The process can be instant or initiated with a submit button, but I'd like for the image space below to either be blank or defaulted as one image until all 3 options are selected. Is this possible? Any help would be great. Thanks!

<table border=3><tr><td> 
<table width=500><tr><td align="center">
I am <select name="players">
 <option value="0">- select an entity -</option>
 <option value="1">a coach or team representative</option>
 <option value="2">a player or parent</option>

</select>

</td></tr><tr><td align="center"> 
who would like to <select name="workouts">
 <option value="0">- select an action -</option>
 <option value="1">register</option>
 <option value="2">pay for</option>
</select>
</form>
 

</td></tr><tr><td align="center"> 
<select name="workouts">
 <option value="0">- select an option -</option>
 <option value="1">a FULL team (8-12 Players)</option>
 <option value="2">a PARTIAL team (5-7 Players)</option>
 <option value="1">a team member already on a team</option>
 <option value="2">an individual who needs a team</option>
</select>
</form></td></tr>


<tr><td align="center" colspan=1>

<img src="http://i40.photobucket.com/albums/e250/jonsan32/New%20Album/jamsteps.png">

</td></tr></table></td></tr></table>
jonsan32
Junior Poster in Training
53 posts since Aug 2010
Reputation Points: 10
Solved Threads: 0
 

This article has been dead for over three months

Post: Markdown Syntax: Formatting Help
You
View similar articles that have also been tagged: