since only 1.6% of users use Opera.......
http://www.w3schools.com/browsers/browsers_stats.asp

> 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.

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~|
Upgrade to Adobe ColdFusion MX7
The most significant release in over 10 years. Upgrade & see new features.
http://www.adobe.com/products/coldfusion?sdid=RVJR

Archive: 
http://www.houseoffusion.com/groups/CF-Talk/message.cfm/messageid:282002
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