Hard Q, Printing a hyperlink from a FORM - TechRepublic
General discussion
May 4, 2001 at 01:40 AM
kanejone

Hard Q, Printing a hyperlink from a FORM

by kanejone . Updated 25 years, 1 month ago

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 “


Response.write “

Response.write “”
For Each objFile In objFSO.GetFolder(“D:\Web Server\wwwroot\generatedReports\”).Files
Response.Write “


Response.write “


Next
Response.Write “

” & objFile.name & “


Response.Write “


[/code]

I would really appreciate any help that anyone may be able to offer.
Cheers
JK

This discussion is locked

All Comments