Here's my code. Trying to get it so 'Select Video Category' can't be selected and opened up as a link in my iFrame.
I can't post links yet but the page is
spiritgrowth DOT com/classvideos.html
HTML Code:
<form>
<select name="dest" onchange="window.open(this.options[this.selectedIndex].value,'myIFrame')">
<option>Select Video Category</option>
<option value="acimvideos.html">A Course In Miracles</option>
<option value="medvideos.html">Clear Mind, Open Heart Meditation</option>
<option value="workshopvideos.html">Workshops</option>
</select>
</form>
__________________
Please login or register to view this content. Registration is FREE
photo / design
Last edited by chrishirst; 09-16-2010 at 01:45 PM..
|