habe eine Auswahlliste in einer HTML ,welche in einem frame sitzt("topframe")
Zugriffe auf Frames: http://aktuell.de.selfhtml.org/tippstricks/javascript/fensterzugriff/
folgender code:
<form name="myform" action="">
<!--select name="select"-->
<select name="select" onChange="self.location=this.options.value">
Was ist this.options.value?
Schau dir nochmal an, wie man auf ein Selectfeld zugreift: http://de.selfhtml.org/javascript/objekte/options.htm
Struppi.