parallon
08-25-2006, 12:50 AM
Can anyone see what is wrong with the following code?
sHTML = sHTML & " <td><a HREF=""javascript:getProject("" & <%=Server.URLEncode(projectid)%> & "")"" tabindex=-1><img SRC=""../images/memo.gif"" border=0 align=top ALT=""Go to Project""></a></td></tr>" & Chr(10)
I'm getting the following error:
Microsoft VBScript compilation error '800a0409'
Unterminated string constant
/Wo/Wolab.asp, line 178
Thanks in advance,
Parallon
sHTML = sHTML & " <td><a HREF=""javascript:getProject("" & <%=Server.URLEncode(projectid)%> & "")"" tabindex=-1><img SRC=""../images/memo.gif"" border=0 align=top ALT=""Go to Project""></a></td></tr>" & Chr(10)
I'm getting the following error:
Microsoft VBScript compilation error '800a0409'
Unterminated string constant
/Wo/Wolab.asp, line 178
Thanks in advance,
Parallon