Hi all,
I have a URL that looks like which I use in a querystring to query a SQL-string:
URL=" and FieldName1='A'"
Response.Write "<TD align=right><a href='" & URL & "'>" & FormatNumber(rs.Fields(intColumn),0) & "</a></TD>"
When I look at the URL in the browser I just get:
" and FieldName1="
What happend to the 'A' and how can I get it in the URL?
/Kent J.
I have a URL that looks like which I use in a querystring to query a SQL-string:
URL=" and FieldName1='A'"
Response.Write "<TD align=right><a href='" & URL & "'>" & FormatNumber(rs.Fields(intColumn),0) & "</a></TD>"
When I look at the URL in the browser I just get:
" and FieldName1="
What happend to the 'A' and how can I get it in the URL?
/Kent J.