> The error description follows:
>
>      Error in expression:
>
>      url.sort = "thumbnail"
>
>      Invalid conditional expression. Perhaps you are using = instead of EQ
> or IS
>      to compare values.
>
>      The error occurred while processing an element with a general
> identifier of
>      (CFIF), occupying document position (2:1) to (2:29).
>
> The correct template gets called, but when the first line,
> which reads, "<cfif url.sort = "thumbnail">" is reached, the error occurs.

Can I just say it's got NOTHING to do with your JavaScript - that "=" should
not be in the CFIF, it should be "is"

<cfif url.sort is "thumbnail">

HTH

Philip Arnold
ASP Multimedia Limited
T: +44 (0)20 8680 1133

"Websites for the real world"

**********************************************************************
This email and any files transmitted with it are confidential and
intended solely for the use of the individual or entity to whom they
are addressed. If you have received this email in error please notify
the system manager.
**********************************************************************


------------------------------------------------------------------------------
Archives: http://www.mail-archive.com/cf-talk@houseoffusion.com/
To Unsubscribe visit 
http://www.houseoffusion.com/index.cfm?sidebar=lists&body=lists/cf_talk or send a 
message to [EMAIL PROTECTED] with 'unsubscribe' in the body.

Reply via email to