Am working with web application. i faced one senario. i.e,
webpage having webtable having two coloumns, in that first
coloumn is for serial no and second coloumn is for mac
address link, now i want to get first row second coloumn
value, that having macaddress as link. Please help me how to
get that link?
Answer Posted / ramu
linkobj=browser(" ").page(" ").webtable(" ").getcelldata(1,2)
| Is This Answer Correct ? | 10 Yes | 0 No |
Post New Answer View All Answers
What is the main difference between function and sub-procedure?
Mention when to use function procedures and what are its characteristics?
Which date function is used in the vbscript language to find the difference between the 2 dates?
Explain about filter expression?
Explain the extension .hta?
What are the valid scopes of a variable in vbscript?
How are values assigned to string type and numeric type variables?
Please let me Know regarding any material regarding VB Scripting which should be easily understandable for Beginners.
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 methods are used to create text files and open text files in the vbscript language?
What are the different types of loops available in the vbscript language?
What are class variables?
What are class events?
regular expression that will recognize a browser as long as its name property starts with mybrowser
Hi this is Vinoth. I need a help on below mentioned question A combobox contains list of items assume as 5 I have to get each items Individually and I have to Export to datatable. Please help me on this. Thanks