I have a webpage that will have frames in it... There will be a top and left frame with a main area for placing html files. However the top and left frames will be static while the main area will change.
If I place a drop down list box on the left frame and it looks something like this:
Code: Select all
<form name="dropdownlist1" method="post" action="">
<select name="select" size="1">
<option>Select an Event</option>
<option>100M Dash (P)</option>
<option>100M Dash (F)</option>
<option>200m Dash (P)</option>
</select>
</form>Thanks for your help!
blkshirt