midgetron
05-10-2006, 07:19 PM
Hi im trying to generate a series of links to mostly pdf files however not quite sure how to do this properly at the moment im using the following code...
response.write "<A HREF="<%=RS("file")%>"> <%=RS("linkname")%> </A>"
Microsoft VBScript compilation error '800a0408'
Invalid character
/irtwebsite/welcome.asp, line 27
response.write "<A HREF="<%=RS("file")
--------------------------^
is the error produced.
I can generate a list of the file names from a file name property field within the database its just the actual linking of the file im having problem with.
thanks for your help
response.write "<A HREF="<%=RS("file")%>"> <%=RS("linkname")%> </A>"
Microsoft VBScript compilation error '800a0408'
Invalid character
/irtwebsite/welcome.asp, line 27
response.write "<A HREF="<%=RS("file")
--------------------------^
is the error produced.
I can generate a list of the file names from a file name property field within the database its just the actual linking of the file im having problem with.
thanks for your help