Forum Moderators: open
I have a list
<form name="form1">
<select name="select1">
<option value="1">one</option>
<option value="2">two</option>
<option value="3">three</option>
<option value="4">four</option>
<option value="5">five</option>
</select>
</form>
what i want to have next to it is a link saying
"preview image"
which when clicked on opens a page and pulls out the corresponding image from the database relating to the value in the list.
The bit i can't get is how to include the selected value of the list as part of a link and allow it to change on the fly as the selection changes.
make sense?
Cheers,
hughie