hi wahsaga,
oh mann, das sind noch immer bömische dörfer für mich ???
habe ich dich insoweit richtig verstanden ?
<script type='text/javascript'>
function reset_elements()
{
var Anzahl = document.test.elements.length;
for(i=0; i<Anzahl; i++)
{
//hmmm so oder besser gesagt so ähnlich ???????
if(document.test.elements[i].selectedIndex != 0 && document.test.elements[i].selectedIndex != this.options[this.selectedIndex].index)
{
document.test.elements[i].selectedIndex == 0;
//hmmm setzt die funktion dadurch den index auf 0 ???
}
}
parent.bottom.location= this.options[this.selectedIndex].value ? this.options[this.selectedIndex].value : parent.bottom.location.href;
}
</script>
<form name='test'>
<select name='one' onChange='reset_elements();'>
<option value=''></option>
<option value='workspace.php?table=c'>c</option>
<option value='workspace.php?table=a'>a</option>
<option value='workspace.php?table=p'>p</option>
</select>
<select name='two' onChange='reset_elements();'>
<option value=''></option>
<option value='workspace.php?table=c'>c</option>
<option value='workspace.php?table=a'>a</option>
<option value='workspace.php?table=p'>p</option>
</select>
<select name='three' onChange='reset_elements();'>
<option value=''></option>
<option value='workspace.php?table=c'>c</option>
<option value='workspace.php?table=a'>a</option>
<option value='workspace.php?table=p'>p</option>
</select>
</form>
thx magicslider