target in select-from
Richard
20/12/2005 19:15:00ik 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>
<option>Selecteer</option>
<!-- c:forEach Programma -->
<option value=" " ></option>
</select>
PHP hulp
16/01/2025 00:59:22Niels Beckers
20/12/2005 19:17:00Richard
20/12/2005 19:19:00Jelmer -
20/12/2005 19:23:00bij een normale frameset
location.href ->
parent.targetframehier.document.location.href
bij iframe
location.href ->
targetframehier.document.location.href (gok ik)
location.href ->
parent.targetframehier.document.location.href
bij iframe
location.href ->
targetframehier.document.location.href (gok ik)