Re: return struct to javascript with Opera

2007-06-24 Thread Andrew Grosset
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

RE: return struct to javascript with Opera

2007-06-24 Thread Jim Davis
-Original Message- From: Andrew Grosset [mailto:[EMAIL PROTECTED] Sent: Sunday, June 24, 2007 1:27 AM To: CF-Talk Subject: return struct to javascript with Opera I have a cfc which returns a struct to the javascript via ajax (JSMX), this works perfectly with IE and firefox but I

return struct to javascript with Opera

2007-06-23 Thread Andrew Grosset
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