Hi i tried auto populating my using this http://www.justsnaps.in/test?option=2 but it it not working.
html of the form
<select name="option" onchange="document.getElementById('youriframe').src = this.options[this.selectedIndex].value">
<option>choice</option>
<option value="http://thumbnails116.imagebam.com/49530/fb7601495291146.jpg"
value="1">Image 1</option>
<option value="http://thumbnails116.imagebam.com/49529/cbe8b5495287000.jpg" value="2">Image 2</option>
<option value="http://thumbnails115.imagebam.com/49530/50d2e2495291163.jpg" value="3">Image 3</option>
</select>
<img id="youriframe" class="form-image" src="choise" alt="" border="0" />
Please post the correct Url for achieving this.