Geht wie immer noch kürzer...
<html>
<head>
<title>Unbenannt</title>
<script>
function chg(f,o,n) {
var s=(o==f.s1)?f.s2:f.s1;
s.options[s.options.length]=new Option(o.options[n].text,o.options[n].value);
o.options[n]=null;
}
</script>
</head>
<body>
<form>
<select name="s1" size="3" onChange="chg(this.form,this,this.selectedIndex)">
<option value="">111</option>
<option value="">222</option>
<option value="">333</option>
</select>
<select name="s2" size="3" onChange="chg(this.form,this,this.selectedIndex)">
</select>
</form>
</body>
</html>
Grüße,
bluntburn
--
jeden Tag 'ne Currywurst...
jeden Tag 'ne Currywurst...