Einzelnen Beitrag anzeigen
  #3  
Alt 16.06.2015, 09:51:22
frodod frodod ist offline
Anfänger
 
Registriert seit: Jun 2015
Alter: 69
Beiträge: 3
AW: Dynamische Dropboxen mit Arrays

Danke!!! Das war's!

Das der "Value" eines Arrays sich mit "text" auslesen lässt war mir neu ...
Code:
function ShowValue(){
document.product.auswahl.value = document.product.id_style.options[document.product.id_style.selectedIndex].value+" "+						document.product.id_style.options[document.product.id_style.selectedIndex].text;
}
Mit Zitat antworten