How to get the background color of a weblist?
Answer Posted / venkata rajkumar b
a = Browser("title:=.*").Page("title:=.*").Weblist
("name:=abc").GetRoProperty("background color")
Msgbox a
' It Will Display background color Property Value
| Is This Answer Correct ? | 1 Yes | 4 No |
Post New Answer View All Answers
What is the use of the ‘open’ method to work with the database in the vbscript language and what connection string is passed in the same and what is its usage?
Like OPTION EXPLICIT statement what are the other statements used in vbscript and their usage. Please post me all the statements please.
Mention what is the difference between vbscript and vba?
What are class variables?
What is purpose of scripting.filesystemobject class in vbscript?
Why to use option explicit in vb script?
why variable name should not exceed 255 characters?
How you can call vbscript functions?
How to throw an error in vbscript?
Explain the constants in vbscript?
Explain about arrays in vb script?
If else for do while select in vb script?
Which constant is used for print and display functions and works as same as pressing enter key?
Explain the string concatenation function in vbscript?
How to declare an array in vbscript?