S
shank
I have the following. I've tried swapping the " and ' in and around and
can't get the right syntax.
<%
varA = "<a href=" & "article.asp?id=" & (rsHead.Fields.Item("ID").Value) &
">Article</a>"
%>
My end results are: Type mismatch: '[string: "<a href=article.asp?"]'
Can someone lend a thought?
thanks
can't get the right syntax.
<%
varA = "<a href=" & "article.asp?id=" & (rsHead.Fields.Item("ID").Value) &
">Article</a>"
%>
My end results are: Type mismatch: '[string: "<a href=article.asp?"]'
Can someone lend a thought?
thanks