-
Html Form Help
Code:
<select name="selector2" class="input" onChange="update_frame(this.options);">
<option value="more" selected>Record Stores</option>
<option> </option>
<option value="www.satelliterecords.com"> Satellite
Records</option>
<option value="www.releaserecords.com"> Release
Records</option>
<option value="www.playderecord.com"> Play De Record</option>
<option value="www.thepitrecords.com"> The Pit
Records</option>
<option value="www.perfectbeat.com"> Perfect Beat</option>
<option value="www.xmix.com"> X Mix</option>
</select>
What do i need to do, to make all those load in the frame window "main" i need to change "onChange="update_frame(this.options);" but i forgot how.. :p