Scott Taylor wrote:
> Joshua Colson said:
>
>>Scott,
>>
>>You're trying to use an ampersand in your URL. Ampersands are special
>>characters in URLs so you must escape it if you want it to be passed as
>>the actual character instead of carrying the special meaning.
>>
>>See http://www.december.com
Joshua Colson said:
> Scott,
>
> You're trying to use an ampersand in your URL. Ampersands are special
> characters in URLs so you must escape it if you want it to be passed as
> the actual character instead of carrying the special meaning.
>
> See http://www.december.com/html/spec/esccodes.html
Scott,
You're trying to use an ampersand in your URL. Ampersands are special
characters in URLs so you must escape it if you want it to be passed as
the actual character instead of carrying the special meaning.
See http://www.december.com/html/spec/esccodes.html
On Fri, 2005-06-24 at 12:51 -0700