07-17-2008, 03:36 AM
Hi quickmy,
on looking at the link you have provided, the table has 3 columns and 6 rows....
Now either you have two options of hardcoding the value.
Either hard code the value of rows and columns.
say look for the data in row-2 and col-3
Or else verify for the value "ONLINE NOW:" (which is also hardcoding the data you are looking for) and in that row check for the value in the column 2 or 3.
For finding the row value, you need to have a for loop to match the value you need.
this either 2 or 3 is a guess.. you have to play around to find it out.
Once it is discovered i dont think the column values are going to be changing... only the row values can change...
Let me know if you can understand my logic.
on looking at the link you have provided, the table has 3 columns and 6 rows....
Now either you have two options of hardcoding the value.
Either hard code the value of rows and columns.
say look for the data in row-2 and col-3
Or else verify for the value "ONLINE NOW:" (which is also hardcoding the data you are looking for) and in that row check for the value in the column 2 or 3.
For finding the row value, you need to have a for loop to match the value you need.
this either 2 or 3 is a guess.. you have to play around to find it out.
Once it is discovered i dont think the column values are going to be changing... only the row values can change...
Let me know if you can understand my logic.