Hi guys,

Im currently working on a project where i have received existing files
which I have to update.

The page is a search menu which returns results from a database (pull down
menu) within a particular price range.

The following is a section of code;

<cfif IsDefined("url.price_range")>
        <cfset str= URLDecode(url.price_range)>
        <cfset x = GetToken(str,1,",")>
        <cfset y = GetToken(str,2,",")>
<cfelse>
        <cfparam name="url.string" default="">
</cfif>

I seem to get this error

Error Diagnostic Information
There is no ColdFusion function named URLDecode. Check the spelling of the
function name in the ColdFusion documentation

The error occurred while evaluating the expression: 


 str= URLDecode(url.price_range)




The error occurred while processing an element with a general identifier
of (CFSET), occupying document position (2:2) to (2:40).


Date/Time: 03/26/03 21:56:18
Browser: Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.0)

The strange thing is that this page seems to work locally.

(locally I am using cold fusion server 5 on win 2000 and sql 7)
(the web server is using cold fusion server 4.5 and sql 7)

thanks in advance








---
You are currently subscribed to cfaussie as: [EMAIL PROTECTED]
To unsubscribe send a blank email to [EMAIL PROTECTED]

MX Downunder AsiaPac DevCon - http://mxdu.com/

Reply via email to