Repeated Table

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
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top