Page is a not externally linkable
- Code, Content, and Presentation
-- JavaScript and AJAX
---- selbox.options or another way?


daveVk - 6:58 am on Apr 17, 2012 (gmt 0)


Maybe

<select name="optthree" size="1">
<option value=" " selected="selected">Question</option>
</select>

should be

<span id='question'></span>

and

selbox.options[selbox.options.length] = new Option('Fred Has No Arms, Would Tennis Be A Wise Choice?',' ');

become

document.getElementById('question').innerHTML = 'Fred Has No Arms, Would Tennis Be A Wise Choice?';


Thread source:: http://www.webmasterworld.com/javascript/4441437.htm
Brought to you by WebmasterWorld: http://www.webmasterworld.com