reset <select>
Jeg har en <selcet> som åbner nogle popups onChange.Jeg vil gerne have den til at nulstille ved klik.
Har denne kode indtil videre:
<select onChange="open(this.options[this.selectedIndex].value,'band','height=400,width=250,top=100,left=100,scrollbars=yes');this.options[this.selectedIndex]=0;">
<option value="pops/null.html">Vælg et band
<option value="pops/dureforsog.html">Düreforsög
<option value="pops/garbo.html">Garbo
<option value="pops/jupiterday.html">Jupiter Day
<option value="pops/kittywu.html">Kitty Wu
<option value="pops/moongringo.html">Moon Gringo
<option value="pops/racetrackbabies.html">Racetrack Babies
<option value="pops/themopeds.html">The Mopeds
<option value="pops/thestrokes.html">The Strokes
<option value="pops/travis.html">Travis
<option value="pops/underbyen.html">Under Byen
</select>
Hvordan gør man? har prøvet med this.options[this.selectedIndex]=0
