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

Explain the string concatenation function in vbscript?

0 Answers  


Which operator is used to concatenate the 2 values in the vbscript language?

0 Answers  


if there is any string in a given format like as "company name employeecode date" then we have to fetch employeecode form string for ex-string is "capgemini12345june2013" then we have to fetch 12345 by using vb script so guys how can we do that please reply it.

3 Answers   Cap Gemini,


What are the uses of vb script?

0 Answers  


What is the event handling in vbscript?

0 Answers  






how to acces the remote mechine using vb cript(QTP)

0 Answers   TCS,


Which operator can be used to check if two numbers are equal or not in vbscript?

0 Answers  


which is the bset training centre to learn automation tools?

2 Answers  


Explain the adodb.stream class?

0 Answers  


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

0 Answers  


In QTP how to insert a data base check point for web based application and simultaneous link to code in expert veiw. hw to retrieve a data(single coulumn from server) that matches with inserted value manually or exported from excel sheet.

2 Answers  


What is the difference between VBScript and JavaScript?

0 Answers  


Categories