>http://www.lalabird.com/?fa=JSMX.downloads
>
>scroll down the page to you see "JSMXsuggest Example" 
>
>I really like JSMX very easy to use
>
>Andrew.

I tried it.  IE7 did not returned suggested data, Firefox 3.011 did not 
generate error, the error console says, results undefined with the 
JSMXsuggest.js. 
 
additional info:
a) the two js files are correctly placed and referenced;
b) the cfc file was changed to reflect my test case with one cffunction of type 
remote, a normal query instead of QoQ, and is located in the same directory as 
the caller cfm file and I also placed it as the root level just in case...;
c) i left the JSMXsuggest.js intact since I'm using the same name for the cfc 
file
that is,
var URL = 'JSMXsuggest.cfc?method=';
remains the same
d) i tested the query by itself, ok
e) i even use static ds
f) for the returned data at the function, I've alternatively tried both of the 
following 
<cfoutput>[#result#]</cfoutput> 
XOR             
<cfwddx action="cfml2js" input="#listToArray(result,'%')#" toplevelvariable="r">


I'm puzzled, looks like I didn't do c) right.

Thanks.



~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~|
Want to reach the ColdFusion community with something they want? Let them know 
on the House of Fusion mailing lists
Archive: 
http://www.houseoffusion.com/groups/cf-talk/message.cfm/messageid:323937
Subscription: http://www.houseoffusion.com/groups/cf-talk/subscribe.cfm
Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4

Reply via email to