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


Please Help Members By Posting Answers For Below Questions

What is dictionary object in vbscript? Explain?

881


How to Import data from a file (file is on the desktop) to the data table

1769


What is the technology used by vb script?

747


How can you fetch the value of a cookie?

792


What is the output of a + b in vbscript if a = 5 and b = 10?

2786


Explain about vb script?

980


how to operate webobjects in a webpage using getobject function and then using generic methods?

2827


Which constant is used for print and display functions and works as same as pressing enter key?

778


What purpose does ‘on error resume next’ serves?

807


How will you format a number in percetage format in vbscript?

789


write a function to read the items from combobox of Flight reservation & save in excel (QTP)??

2602


How many types of procedures are available in the vbscript language?

750


What are the different types of operators and their order of precedence?

806


Which function is used in the vbscript language to convert the specified expression into a date type value?

715


Can u describe what kind of testing are for OTC derivates by banks.

1900