Heres your basic code:
<form><select name=select size="1"
style="background-color:COLORHERE;
font size:#pt; font-family:FONTHERE;
color:COLORHERE"
onchange="location.href=
(form.select.options[form.select.selectedIndex].value)">
<option value="URL">page link</option>
<option value="URL">page link</option>
<option value="URL">page link</option>
</select></form>
But how could i get that the links to pen in a iframe instead of a new window or same window?





Reply With Quote


.
