How do you get the value of a combo box in Javascript?
Answer Posted / abdul rasheed
document.frmname.comboboxname.value
or
document.frmname.getElementById(comboboxname).value
| Is This Answer Correct ? | 11 Yes | 9 No |
Post New Answer View All Answers
Explain about scrrun.dll in vbscript?
Which loop is used in case of arrays in the vbscript language?
after medical test,when will be the police verification
Write a code to print numbers from 5 to 0?
Explain about arrays in vb script?
Explain the operator precedence in vb script?
How to use QTP Object in .vbs(vbscript file) file Ex: Browser().., wait(), exist() and etc...
How to identify column in VSFlexgrid? My VSFlexgrid window is identified as 'Active X Control'
How will you release the memory acquired by an array variable in vbscript?
Which function allows you to instantiate an object given its programmatic identifier or progid?
What is vbscript?
wat is the com(common object model)object for mozilla firefox???????plz if any one know the exact answer....reply me......
What are the rules to name variable in vbscript?
Explain vbscript in detail?
can anyone send me a vb scripts code for clicking on a link and coming back on home page again does the same for many links on a web page.