I need to create a link based off of a query string. It currently works but I need to switch it now to an "HTML" page link. We are going to be transferring files to a specific folder from all our servers. The name of the files are going to be the name of the server.html.
Code:
Response.Write "<a class=linkroll href='<%= objRS.Fields("server_name")%>."html" & "'>"
Is this possible?
Please let me know if more information is needed.
Thanks,