csiwa28
Programmer
- Apr 12, 2001
- 177
I'm getting this syntax error for a query string that I can't figure out why. It gives me an error at the question mark. What the asp page does is read from a database and then write the names on the page as links, and each link is supposed to pass a value. What am I doing wrong?
Response.Write "<a href = "/products/company.asp?<%="Name=" & objRec("Name"%>">" & objRec("Name" & "</a>" & "<BR>"
Response.Write "<a href = "/products/company.asp?<%="Name=" & objRec("Name"%>">" & objRec("Name" & "</a>" & "<BR>"