A
Andrea V.F.
I'm using a repeated table to show the results returned by a web service.
Imagine the table having this structure:
+----+------+-------+
| ID | NAME |SURNAME|
+----+------+-------+
| 3 | John | Wood |
+----+------+-------+
| 6 | Mary | Green |
+----+------+-------+
| 15 | Mike | White |
+----+------+-------+
From the results the user must select one row (How?? Simply clicking
on??) and then I want to save the ID in a variable of a Jscript. Suppose
that the user selects the row with ID=6.
Can you Help me???
Thanks
Imagine the table having this structure:
+----+------+-------+
| ID | NAME |SURNAME|
+----+------+-------+
| 3 | John | Wood |
+----+------+-------+
| 6 | Mary | Green |
+----+------+-------+
| 15 | Mike | White |
+----+------+-------+
From the results the user must select one row (How?? Simply clicking
on??) and then I want to save the ID in a variable of a Jscript. Suppose
that the user selects the row with ID=6.
Can you Help me???
Thanks