How do you get the value of a combo box in Javascript?
Answers were Sorted based on User's Feedback
Answer / anand
<option><%out.println(rs5.getString(1));%></option>
| Is This Answer Correct ? | 12 Yes | 1 No |
Answer / abdul rasheed
document.frmname.comboboxname.value
or
document.frmname.getElementById(comboboxname).value
| Is This Answer Correct ? | 11 Yes | 9 No |
Mention when to use function procedures and what are its characteristics?
Mention what is vbscript procedures?
How to return a value from function...? you should not tell msgbox, print.. etc.,
write a vb script to display the reverse of vbs
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.
What are the naming conventions while declaring a variable in the vbscript language?
What is vbscript?
Explain How do you create a recordset object in vbscript?
What is the technology used by vb script?
hi, How will write a regular expression of date in VB scripting.
How to capture a runtime error in vbscript?
What is the event handling in vbscript?