Home / Groups / ColdFusion Newbie (CF-Newbie)
Spry : how to debug
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.
|