Here's my settings.js file:
_cfscriptLocation =
"http://www.truth.com/2006/ajax/examples/functions.cfm";;
_cfscriptAmazonLocation =
"http://www.truth.com/2006/ajax/app/amazon/functions.cfm";;
_cfscriptVotingLocation =
"http://www.truth.com/2006/ajax/app/voting/functions.cfm";;
_cfscriptYahooLocation =
"http://www.truth.com/2006/ajax/app/yahoo/functions.cfm";;

function errorHandler(message)
{
        $('disabledZone').style.visibility = 'hidden';
    if (typeof message == "object" && message.name == "Error" &&
message.description)
    {
        alert("Error: " + message.description);
    }
    else
    {
        alert(message);
    }
};

Ron Mast
Webmaster
Truth Hardware
Ph: 507-444-4748
Fx: 507-444-5361
www.truth.com

-----Original Message-----
From: [EMAIL PROTECTED]
[mailto:[EMAIL PROTECTED] On Behalf Of Joe Kelly
Sent: Monday, January 09, 2006 2:16 PM
To: Dallas/Fort Worth ColdFusion User Group Mailing List
Subject: Re: [DFW CFUG] cfajax on Windows 2000 server

Ron,
I'd check those mappings in setting.js.  I'll bet that the directory
structure is different between the 2 servers.
Joe Kelly

On 1/9/06, Ron Mast <[EMAIL PROTECTED]> wrote:
>
>
>
> Hi All,
>
> Just wondering if anyone is using cfajax on a Windows 2000 server.
After
> putting in my time reinventing the wheel, I came to a realization that
> cfajax is pretty cool and does a lot more than I thought. It just all
of a
> sudden clicked. I got it running no problem on Windows 2003 server. I
> decided to go ahead and recreate Truth Hardware's shopping cart with
cfajax
> since Flex cost an arm and a leg. My excitement came to a halt when I
tried
> running one of the examples.
> http://www.truth.com/2006/ajax/examples/text.htm Go ahead
> and try it you'll see what I mean. I decided to run my ajax example
> application that I created myself
> http://www.truth.com/2006/myaccount/neworderingsystem/ and
> it worked. Has anyone gotten cfajax to run on Windows 2000 server? If
so,
> how?
>
>
>
> Thanks so much,
>
>
>
> Ron Mast
>
> Webmaster
>
> Truth Hardware
>
> Ph: 507-444-4748
>
> Fx: 507-444-5361
>
> www.truth.com
>
>
>
> _______________________________
>
> This e-mail and any files transmitted with it are confidential and are
> intended solely for the use of the individual to whom they are
addressed.
> If you are not the intended recipient or the individual responsible
for
> delivering the e-mail to the intended recipient, please be advised
that you
> have received this e-mail in error and that any use, dissemination,
> forwarding, printing, or copying of this e-mail is strictly
prohibited.
> _______________________________________________
> Reply to DFWCFUG:
>   [email protected]
> Subscribe/Unsubscribe:
>   http://lists1.safesecureweb.com/mailman/listinfo/list
> List Archives:
>     http://www.mail-archive.com/list%40list.dfwcfug.org/
>   http://www.mail-archive.com/list%40dfwcfug.org/
> DFWCFUG Sponsors:
>   www.HostMySite.com
>   www.teksystems.com/
>
>
>

_______________________________________________
Reply to DFWCFUG: 
  [email protected]
Subscribe/Unsubscribe: 
  http://lists1.safesecureweb.com/mailman/listinfo/list
List Archives: 
    http://www.mail-archive.com/list%40list.dfwcfug.org/             
  http://www.mail-archive.com/list%40dfwcfug.org/
DFWCFUG Sponsors: 
  www.HostMySite.com 
  www.teksystems.com/

_______________________________________________
Reply to DFWCFUG:
  [email protected]
Subscribe/Unsubscribe:
  http://lists1.safesecureweb.com/mailman/listinfo/list
List Archives:
    http://www.mail-archive.com/list%40list.dfwcfug.org/
  http://www.mail-archive.com/list%40dfwcfug.org/
DFWCFUG Sponsors:
  www.HostMySite.com
  www.teksystems.com/

Reply via email to