I am trying to submit a form which contains a table of generated values. Each row has 6 table cells with different information. The first cell has a Select hyperlink to get more detailed infomation about the other 5 cells. The href hyperlink is a javascript.
I need to search the table on the form to find the appropriate row then click/submit on the hyperlink to get the more detailed info.
Any help would be appreciated. . .
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
I am trying to submit a form which contains a table of generated values. Each row has 6 table cells with different information. The first cell has a Select hyperlink to get more detailed infomation about the other 5 cells. The href hyperlink is a javascript.
I need to search the table on the form to find the appropriate row then click/submit on the hyperlink to get the more detailed info.
Any help would be appreciated. . .