Hi all,
I have a URL that is used as a querysting:
Response.Write "<TD align=right><a href='" & URL & rs.Fields(intColumn) & "</a></TD>"
The problem is that not all characters is displayed from the memvar URL.
Is there a limit on how many characters you can have in a URL?
/Kent J.
I have a URL that is used as a querysting:
Response.Write "<TD align=right><a href='" & URL & rs.Fields(intColumn) & "</a></TD>"
The problem is that not all characters is displayed from the memvar URL.
Is there a limit on how many characters you can have in a URL?
/Kent J.