SteveH
08-23-2008, 05:51 PM
Hello
I am having some problems trying to format an ASP script I have.
The portion of the script is as follows:
strHTML = strHTML & "<li><h1 class="title"><a target=""_blank"" href=""" & link & """>" _
&
strHTML = strHTML & "</a>"
strHTML = strHTML & "</h1>"
strHTML = strHTML & "</li>"
strHTML = strHTML & "<br>"
strHTML = strHTML & "<p class="description"></p></li>"
strHTML = strHTML & "<br>"
strHTML = strHTML & "<br> "
Next
I'm getting the following error:
Expected end of statement
strHTML = strHTML & "<li><h1 class="title">
------------------------------------^
I would be grateful for any help here.
Thanks.
Steve
I am having some problems trying to format an ASP script I have.
The portion of the script is as follows:
strHTML = strHTML & "<li><h1 class="title"><a target=""_blank"" href=""" & link & """>" _
&
strHTML = strHTML & "</a>"
strHTML = strHTML & "</h1>"
strHTML = strHTML & "</li>"
strHTML = strHTML & "<br>"
strHTML = strHTML & "<p class="description"></p></li>"
strHTML = strHTML & "<br>"
strHTML = strHTML & "<br> "
Next
I'm getting the following error:
Expected end of statement
strHTML = strHTML & "<li><h1 class="title">
------------------------------------^
I would be grateful for any help here.
Thanks.
Steve