hi wahsaga,
langsam, mir fehlt noch der faden,...
also packe ich alles in ein form und gebe den select tags einen name
<form name='test'>
<select name='one' onChange='parent.bottom.location= this.options[this.selectedIndex].value ? this.options[this.selectedIndex].value : parent.bottom.location.href'>
<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='parent.bottom.location= this.options[this.selectedIndex].value ? this.options[this.selectedIndex].value : parent.bottom.location.href'>
<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='parent.bottom.location= this.options[this.selectedIndex].value ? this.options[this.selectedIndex].value : parent.bottom.location.href'>
<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>
mein auslöser für das script ist nun was ?
ein onClick im option tag ? falls ja ist das zulässig ?
oder ein generelles onSubmit ?
dann zum script, die id des jeweiligen selects zu ermitteln ist mir klar, wenn es mit dem obClick in option tag zulässig ist, könnte ich 5 funktionen haben, dann muss ich mir keine gedanken machen wie ich ermittel in welchem select ich bin. naja ist nicht gerade elegant aber ein weg...
wie setze ich aber alle selects zurück, mir fallen im form tag bezogene resets ein, deshalb hatte ich ja 5 form tags...
ich hoffe du bringst licht in mein gedankengewirr...
thx magicslider