Lines Matching full:value
8 after changing the value via JavaScript.</p>
13 <option value="1">Please change this to another value</option>
14 <option value="2">(to this one)</option>
19 <option value="1">(to this one)</option>
20 <option value="2" selected>Please change this to another value</option>
29 sel.options[0].text='Please change this to another value once again';
30 sel.value = '1';
39 sel.options[1].text='Please change this to another value once again';