Hyper link to populate table.

katana

New Member
I have the following table -\[code\]<table border="1" name="T1"><tr><td>id</td><td>PAGE</td><td>MID</td><td>END</td></tr><tr><td><a href='http://www.'>1</a></td><td>foo.com</td><td>?bar</td></tr><table border="1" name="T2"></table>\[/code\]Is there a way perhaps using \[code\]ASP\[/code\] or otherwise, so that when a user clicks on the hyper link it builds the URL - \[code\]http://www.foo.com?bar\[/code\] and then have that out put populate \[code\]T2\[/code\]?
 
Back
Top