12-27-2013, 01:23 AM
(This post was last modified: 12-27-2013, 01:34 AM by EnthusiasticLearner.)
Thank you Basanth for your input. I do get the Index value as an Ordinal Identifier but the index value changes for each entity/user I am searching so I need to find the index during the run time before using it(Sorry about the bold item been dropped in my first post)
And just to be more elaborate on my previous post, this is how my source look like for a row in Web Table 1 with respect to tr tag
And an example for my Web Table 1 and 2 to get a detailed picture of what I am trying to say(I am sure you understood my first post, this is for people who are trying to help me and are not able to picture my first post) -
As an example The Page talks about details of a family for a person being searched
I search the user Enthusiastic Learner and navigate to the questioned page
Web table 1 contains something like below
____________________________________________
RelationShip | Name
____________________________________________
Father | AAA
____________________________________________
Mother | BBB
____________________________________________
Brother | CCC
____________________________________________
Sister | DDD
____________________________________________
Sister2 | EEE
____________________________________________
Web Table 2 Contains detailed information for each row in Web Table 1 as I earlier mentioned. First row Relationship is not selectable
____________________________________________
Details
____________________________________________
Name | AAA
____________________________________________
Age | 50
____________________________________________
Relationship | Father
____________________________________________
and so on
And just to be more elaborate on my previous post, this is how my source look like for a row in Web Table 1 with respect to tr tag
Code:
<tr style="background-color:yellow" value="Party_1" onclick="Call peoplehighlight("Party_1")" language="vbscript">
And an example for my Web Table 1 and 2 to get a detailed picture of what I am trying to say(I am sure you understood my first post, this is for people who are trying to help me and are not able to picture my first post) -
As an example The Page talks about details of a family for a person being searched
I search the user Enthusiastic Learner and navigate to the questioned page
Web table 1 contains something like below
____________________________________________
RelationShip | Name
____________________________________________
Father | AAA
____________________________________________
Mother | BBB
____________________________________________
Brother | CCC
____________________________________________
Sister | DDD
____________________________________________
Sister2 | EEE
____________________________________________
Web Table 2 Contains detailed information for each row in Web Table 1 as I earlier mentioned. First row Relationship is not selectable
____________________________________________
Details
____________________________________________
Name | AAA
____________________________________________
Age | 50
____________________________________________
Relationship | Father
____________________________________________
and so on