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 |
How to declare an array in vbscript?
What is the difference between ByRef and ByVal. When to use ByRef and ByVal
How to write VB Script for selecting a particular row in a WebTable?
how to delete folder test3,test4 and test5 using vbscript?
write a vb script to rename a folder from tree4 to tree7
How to Import data from a file (file is on the desktop) to the data table
give me any information abou vb script books learn quckly
What is a difference between scripting language and programming language?
how to comvert 120 into one hunderd twenty rupees only and vice varsa
1) How can we use VB script in testing the application? 2) What all are the things(Software application to be installed in PC) we need to learn VBscript?
hey please tell me how to retriev data from excel sheet which puts the login name and password in the application? plz send me the code..please help me
Write VB script to convert from feet to inches(hint 1feet=12 inches)