HighDots Forums  

Re: Auswahl beeinflusst weitere Menüauswahl

Javascript (German) Programmiersprache JavaScript. (de.comp.lang.javascript)


Discuss Re: Auswahl beeinflusst weitere Menüauswahl in the Javascript (German) forum.



Reply
 
Thread Tools Display Modes
  #1  
Old   
horst lorenz
 
Posts: n/a

Default Re: Auswahl beeinflusst weitere Menüauswahl - 04-27-2007 , 02:46 AM







Peter Abend schrieb:
Quote:
var sexAuswahl = document.forms.verzeichnis.sex;
Entweder
var sexAuswahl = document.verzeichnis.sex
oder
var sexAuswahl = document.forms[0].elements[0]

Quote:
pilleAuswahl.options.length = 0;
pilleAuswahl.options[0] = null;
Soll angeblich helfen, habe ich aber nicht ausprobiert...

Tschüß Horst.



Reply With Quote
Reply




Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is On
HTML code is Off



Powered by vBulletin Version 3.5.4
Copyright ©2000 - 2008, Jelsoft Enterprises Ltd.