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
How can constants be declared in the vbscript language?
What is the use of the date function in the vbscript language?
Anyone have qtp11.0 crack?
how to increasing the numbers in a given text box please write a vb script
How to create a cookie using vbscript?
What purpose does ‘on error resume next’ serves?
How to open browser in vb script?
In the Web page we have a table link, if we click on that link all the contents under that link will be sorted (asscending/Descending). Now i want to check in which order the list is ? for that i need to get the data in to some var How can i get that cells data?
How will you get the smallest subscript of an array in vbscript?
What is the difference between vbscript and vba?
What is the use of the ‘open’ method to work with the database in the vbscript language and what connection string is passed in the same and what is its usage?
Explain the constants in vbscript?
How to Import data from a file (file is on the desktop) to the data table
Explain the functionality of vbscript?
How to declare an array in vbscript?