juicemaneyebrow
06-16-2005, 08:05 PM
hello. i want my drop down menu to target the "mainFrame" of my site. below is my code- is there an easy way i can fix this by adding target=mainFrame somewhere or soemthing?? please help, thank you.
<td height="42" valign="top"><form name="corpform">
<div align="left">
<select style="font-size:10px;color:#ffffff;font-family:verdana;background-color:#000000;" name="menu">
<option value="360web.htm">360.web</option>
<option value="pluto.htm">pluto</option>
<option value="monroe.htm">monroe</option>
<option value="promotor.htm">promotor</option>
<option value="mhinge.htm">m.hinge</option>
<option value="xycom.htm">xycom</option>
<option value="millerdial.htm">miller.dial</option>
<option value="libertyloan.htm">liberty.loan</option>
<option value="pilates.htm">pilates</option>
</select>
<input name="button" type="button" style="font-size:10px;color:#ffffff;font-family:verdana;background-color:#333333;" onClick="window.open(document.corpform.menu.options[document.corpform.menu.selectedIndex].value);"value="view">
</div>
</form>
<td height="42" valign="top"><form name="corpform">
<div align="left">
<select style="font-size:10px;color:#ffffff;font-family:verdana;background-color:#000000;" name="menu">
<option value="360web.htm">360.web</option>
<option value="pluto.htm">pluto</option>
<option value="monroe.htm">monroe</option>
<option value="promotor.htm">promotor</option>
<option value="mhinge.htm">m.hinge</option>
<option value="xycom.htm">xycom</option>
<option value="millerdial.htm">miller.dial</option>
<option value="libertyloan.htm">liberty.loan</option>
<option value="pilates.htm">pilates</option>
</select>
<input name="button" type="button" style="font-size:10px;color:#ffffff;font-family:verdana;background-color:#333333;" onClick="window.open(document.corpform.menu.options[document.corpform.menu.selectedIndex].value);"value="view">
</div>
</form>