| Author |
howto initial select in option ?
|
Nakata kokuyo
Ranch Hand
Joined: Apr 13, 2005
Posts: 437
|
|
hi good day, if i have an option as show and i would like to set the index from very beginning for the option(eg nload) how to i set it ? say if i would like to set value3 as default selected item in javascript, can someone please show me ?
|
 |
Eric Pascarello
author
Rancher
Joined: Nov 08, 2001
Posts: 15357
|
|
|
http://www.coderanch.com/t/118741/HTML-JavaScript/Selecting-value-select-tag
|
 |
Nakata kokuyo
Ranch Hand
Joined: Apr 13, 2005
Posts: 437
|
|
|
eric , it must use a for loop to check the value? we can't set it by just giving the value ?
|
 |
Eric Pascarello
author
Rancher
Joined: Nov 08, 2001
Posts: 15357
|
|
Did you try? Eric
|
 |
Nakata kokuyo
Ranch Hand
Joined: Apr 13, 2005
Posts: 437
|
|
eric, i try on this basic sample, but i can't call the value it give me error "options is null or not an object" what mistake occur in my code ?
|
 |
Eric Pascarello
author
Rancher
Joined: Nov 08, 2001
Posts: 15357
|
|
|
|
 |
Nakata kokuyo
Ranch Hand
Joined: Apr 13, 2005
Posts: 437
|
|
thank you eric for the example
|
 |
 |
|
|
subject: howto initial select in option ?
|
|
|