Hi Guys
I have a table that contains a form. The table has hyperlinks to other html pages with a input box (checkbox) beside. What I am trying to do, is have a button at the end of the form that will print all the hyperlinks that have been selected using the checkboxes. Here is the code that is generated by my ASP page.
[code]
[/code]
Here is look at the ASP code that I use to generate this page
[code]
Response.write “
”
[/code]
I would really appreciate any help that anyone may be able to offer.
Cheers
JK