How to get the background color of a weblist?
Answer Posted / aparna
try the following statement:
Browser("micclass:=Browser").Page("micclass:=Page").Weblist
("name:=abc").Getroproperty("color")
| Is This Answer Correct ? | 2 Yes | 4 No |
Post New Answer View All Answers
If else for do while select in vb script?
How to declare an array in vbscript?
How will you get the exponent of the given number in vbscript?
Which function is used to perform string comparison?
How will you get the largest subscript of an array in vbscript?
Explain sga memory structures?
Which in-built functions are used to convert the specified expression in the form of date and string in the vbscript language?
What is sql loader? Explain the files used by sql loader to load file?
Please let me Know regarding any material regarding VB Scripting which should be easily understandable for Beginners.
What are the uses of vb script?
Which operator can be used to do an xor operation in vbscript?
What is the output of a + b in vbscript if a = 5 and b = 10?
Can any one provide code for Mid(string,start[,length]). I have been asked to write code for Mid(). i.e We need to define our own function say MyMid() which should behave same like built-in Mid function
What are the disadvantages of vbscript?
Can anyone send me a vb script function for verifying the functionality of active links on a web page