07-10-2008, 04:08 PM
You can use the below code to get required dynamic values. Hope this helps...
Thank you,
-Ashok G.
Code:
strCellData = trim(Browser("Seafight.com – Online").Page("Seafight.com – Online").WebTable("Deutsch").GetCellData(2,3))
strSplitData = split(strCellData," ",3,0)
onlineNow = strSplitData(0)
Registered = strSplitData(1)
Thank you,
-Ashok G.