06-03-2008, 12:19 PM
Hi!
Nothing much reqd here .Please try with this code now ,it will retrieve the reqd . Property and display it .
Regards,
Faisal
Nothing much reqd here .Please try with this code now ,it will retrieve the reqd . Property and display it .
Code:
Dim LTP
LTP=Browser("Browser").Page("Page").Frame("Frame1").WebElement("WebTable").GetROProperty("innertext")
msgbox LTP
Faisal