How do you get the value of a combo box in Javascript?

Answers were Sorted based on User's Feedback



How do you get the value of a combo box in Javascript?..

Answer / anand

<option><%out.println(rs5.getString(1));%></option>

Is This Answer Correct ?    12 Yes 1 No

How do you get the value of a combo box in Javascript?..

Answer / abdul rasheed

document.frmname.comboboxname.value

or


document.frmname.getElementById(comboboxname).value

Is This Answer Correct ?    11 Yes 9 No

Post New Answer

More VB Script Interview Questions

write a program to display configuration of a local system with the help of vb script.

0 Answers  


while using Keyward driven framework in QTPif new requirements are added how to manage it...plz ans

0 Answers   IBM,


Suppose by navigation I went from 1 st page to 5 page ,so Write a generic script for coming from any page to the 1st page and by executing where the page may be it will come to 1st page

1 Answers   CybAge,


Explain the operator precedence in vb script?

0 Answers  


Join the multiple array with out using JOIN function

1 Answers  






How will you get the exponent of the given number in vbscript?

0 Answers  


write generic functions for webapplication?like generic function for webedit generic function for webbutton generic function for links

1 Answers  


Explain few date functions in vbscript?

0 Answers  


Create a file system object to do the following i. Create a folder ii. Create a text file in the folder iii. Update text file with some tex

2 Answers  


What are the different types of loops available in the vbscript language?

0 Answers  


How will you get the octal value of the given number in vbscript?

0 Answers  


Explain the scope of the variables using dim, public, and private keywords respectively.

0 Answers  


Categories