I have a dropbox that goes:
<select>
<option value="1">Option 1</option>
<option value="2">Option 2</option>
<option value="3">Option 3</option>
</select>
how do use javascript to place a picture that loads below the dropbox on the same page without a go button that is <fixed url>/[option value].jpg ?
Thanks!
<select>
<option value="1">Option 1</option>
<option value="2">Option 2</option>
<option value="3">Option 3</option>
</select>
how do use javascript to place a picture that loads below the dropbox on the same page without a go button that is <fixed url>/[option value].jpg ?
Thanks!