I have a hyperlink, "more..." in each row of a multi row table. Selecting the link in each row generates a distinct target URL,
(I cannot use post and make this a form button instead of a hyper link)
http://www.detroitcircle.com/cgi-bin/sample.php?id=1
http://www.detroitcircle.com/cgi-bin/sample.php?id=2
http://www.detroitcircle.com/cgi-bin/sample.php?id=3
...
...
...
...
...
Now, how can I read the distinct id(1, 2, 3...) at the end of each url into a variable in the target fiel sample.php
Can someone please give me some ideas.
Thanks
yodommeti