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 will you get the octal value of the given number in vbscript?
What are the rules to name variable in vbscript?
Write a function for Instr(). We need to write a function that works as same as Instr(). Code or Even pseudo code is good enough for me.?
write any ttest cases using check points and parameterization
Which operator is used to concatenate the 2 values in the vbscript language?
What is dictionary object in vbscript? Explain?
Write a Program to add 2 numbers without using operators (+,-) and without using third variable. Note: Use VBScript only Hint: You can use other operators like '/' & '*'(Division & Multiplication)
How will you get a string with the specified character the specified number of times in vbscript?
What is the extension of the vbscript file?
How to write VB script for login module?
what is inner join? what is outer join? what is a constraint? tell me about rdbms? tell me about acid properties?
Which function is used in the vbscript language to convert the specified expression into a date type value?
Hello friends..... Can any give the methods for Ms-Access, and Mozilla firefox in Automation Object Model in QTP. Please give me currect answers... if you do not understand my question please don't give answers. Thanking you.
What is the use of option explicit in vbscript?
what is diff between static and dynaic arrys?