What am I missing in this line of code? - 7/10/2001 13:28:00
I am getting an error on this line of code. I think that I have looked at it too long and I am not seeing the obvious. Please advise.code:
response.write("<TD Width=""20%"" BGCOLOR=""" & Coloralt & """><Font Face=""Arial"" Color=""#000000"">" & "<a href="http://www.euroswapmeet.com/userratings/vrate2.asp">View</a>" & "</Font></TD>")
The error I am getting is: Microsoft VBScript compilation error '800a03ee' Expected ')' /userratings/rate_ADVSrcEngine.asp, line 87 response.write("<TD Width=""20%"" BGCOLOR=""" & Coloralt & """><Font Face=""Arial"" Color=""#000000"">" & "<a href="http://www.euroswapmeet.com/userratings/vrate2.asp">View</a>" & "</Font></TD>") ----------------------------------------------------------------------------------------------------------------------^
|