Costas,

> Anyone ever seen this before:
>
> Template: G:\Inetpub\wwwroot\worp\AddNote.cfm
> Query String:
>
name=notes¬etypeid=¬eclassid=&doctypeid=4&doctypevalue=9385&refresh=0.857234
> 4947703243
>
>
> This is directly from the error code.  I can't even type a "¬"!  I've
never
> seen anything like this.  And we cannot reporoduce this on that
workstation.
>
> Anyone got any ideas?
>

The ¬ is in the top left next to the 1/! key on my keyboard.

What you are actually seeing is your browsers interpretation of the string,
what you actually have is :

name=notes&notetypeid=&noteclassid=&doctypeid=4&doctypevalue=9385&refresh=0.
857234

The ¬ symbol can be represented in HTML using ¬  The trouble comes when
browsers don't wait for the semi-colon to denote the end of the escape code.
In this case your browser is picking up &not from the Query String and
displaying the ¬ symbol instead.

Hope this helps

Regards

Stephen


______________________________________________________________________
This list and all House of Fusion resources hosted by CFHosting.com. The place for 
dependable ColdFusion Hosting.
FAQ: http://www.thenetprofits.co.uk/coldfusion/faq
Archives: http://www.mail-archive.com/cf-talk@houseoffusion.com/
Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists

Reply via email to