House of Fusion
Home of the ColdFusion Community
Hostmysite VPS Hosting

Search cf-newbie

May 17, 2008

<<   <   Today   >   >>
Su Mo Tu We Th Fr Sa
         1 2 3
4 5 6 7 8 9 10
11 12 13 14 15 16 17
18 19 20 21 22 23 24
25 26 27 28 29 30 31

Subscribe Now
Fusion Authority Quarterly Update - ColdFusion 8 Special Edition

For ColdFusion hosting try HostMySite.com.
Search over 2,500 ColdFusion resources here  >>>      
Home / Groups / ColdFusion Newbie (CF-Newbie)

Spry : how to debug

Reply  |   Show Full Thread  |   RSS Feed  |   Subscribe to this Group
Author:
Adam Haskell
05/11/2008 11:13 PM

Hey walter I am not a spry person so my help is more on environment in general. Have you heard of Firebug for Firefox? If not check out Firefox and firebug it is very useful in debugging Javascript issues. If you need information about firebug or firefox al you have to do is ask :) Adam On Fri, May 9, 2008 at 5:23 PM, Walter Conti <walter@wconti.com> wrote: > I am loading xpath.js and SpryData.js in the <head>. > Using this call to test the presence of an emailaddress into a dbtable: > > Spry.Utils.loadURL("GET","/grillotg/client/remoteStuff/userEmailCheckRemote.cfm?user_email="+encodeURIComponent(rMail), > true, userEmailcheck); > > it looks like no response get to function userEmailCheck. > > How do I know if Spry has even been loaded properly? > > Also "userEmailCheckRemote.cfm" seem to work ok when tested indipendently > and it is located in the correct path. > > Please advise. Thank you. > >


Mailing Lists