I have a cfc which returns a struct to the javascript via ajax (JSMX), this 
works perfectly with IE and firefox but I can't fathom out why in Opera it 
doesn't work.

the cfc basicly forma a struct like so:
   <cfset x = structNew()>
   <cfset x[0] = "my test string">

and in the javascript I use an alert (for testing)
like so:
          alert(ye[0]);

this evaluates correctly in firefox and IE......("my test string")

Opera just shows "undefined" in the alert message........

any suggestions?

Andrew.

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~|
Create robust enterprise, web RIAs.
Upgrade & integrate Adobe Coldfusion MX7 with Flex 2
http://www.adobe.com/products/coldfusion/flex2/?sdid=RVJP

Archive: 
http://www.houseoffusion.com/groups/CF-Talk/message.cfm/messageid:281979
Subscription: http://www.houseoffusion.com/groups/CF-Talk/subscribe.cfm
Unsubscribe: 
http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=11502.10531.4

Reply via email to