Hi,
When using a URL that contains "&" for links, it is instantly converted to "&". Does anyone have a fix for this?
Thanks!
Greg
When using a URL that contains "&" for links, it is instantly converted to "&". Does anyone have a fix for this?
Thanks!
Greg
Re: URLs containing "&" are changed to "&
Re: URLs containing "&" are changed to "&
You are sure?
If i have a page ASP. ( pippo.asp) with this code:
<%=response.write(request.querystring("p3"))%>
if i write i in MY url http:\\www.mysite.com\pippo.aspx?p1=1&p3=23
My page write = 23
if i write i in MY url http:\\www.mysite.com\pippo.aspx?p1=1&P3=23
My page don't write NOTHING.....
IT is my ERROR?
In equal with ASP.NET.......
bye fa