holty
09-20-2005, 11:22 AM
Hi
I have got myself into a muddle here
All i am trying to do is to output a link with id's in the querystring. I am connecting to the database and pulling out the id's. When in my while loop I just want to output the links like so:
response.write ("<a href='/search/doc.asp?id=" & rs("DocID") & "sectionid=" & rs("categoryID")" '>rs("title")</a>")
Any ideas on what i have done wrong?
Thx
I have got myself into a muddle here
All i am trying to do is to output a link with id's in the querystring. I am connecting to the database and pulling out the id's. When in my while loop I just want to output the links like so:
response.write ("<a href='/search/doc.asp?id=" & rs("DocID") & "sectionid=" & rs("categoryID")" '>rs("title")</a>")
Any ideas on what i have done wrong?
Thx