Well "eval" is essentially a string-to-json conversion. Are you sure your json is valid? Try going here and pasting in your string:
http://www.jsonlint.com/ Also, in your jQuery ajax call, it has to be dataType with the capital "T" - javascript is case sensitive. >Josh, >I tried datatype: 'json' and get back the same string. I did look at it on Firebug and got back a >black URL instread of the green one like you said. I have tried converting the string using the eval >method to no avail. Do you know if there is a string to JSON conversation method out there? >Thanks, >James ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~| 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:323646 Subscription: http://www.houseoffusion.com/groups/cf-talk/subscribe.cfm Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4

