W
work.Yehuda
This script will work only width Firefox browser
<select id='object'>
</select>
document.getElementById(abject).innerHTML= '<option>yehuda'
For some reason the Explorer browser doesn't refer to the options
inside a select box as an innerHTML object
How can I make it work width Epxlorer?
thanking you in advance
<select id='object'>
</select>
document.getElementById(abject).innerHTML= '<option>yehuda'
For some reason the Explorer browser doesn't refer to the options
inside a select box as an innerHTML object
How can I make it work width Epxlorer?
thanking you in advance