ik heb een select-menu gemaakt, maar ik moet het target bepalen. Hoe moet dat. Ik heb dit script: <select name="select" style="width:205px;" OnChange="location.href=this.options[selectedIndex].value">
<option>Selecteer</option>
<!-- c:forEach Programma -->
<option value=" " ></option>
</select>
Target bepalen??
had ik ook al bedacht, maar werkt niet
bij een normale frameset
location.href ->
parent.targetframehier.document.location.href

bij iframe
location.href ->
targetframehier.document.location.href (gok ik)
Ahh dat moest ik hebben, bedankt

Reageren