Thanks Diodeus,

I'm not comfortable doing an eval due to XSS, so I'm going to pass an
XML file, then parse it in javascript. I think that's the best/safest
way to handle it.

Thanks,

Ben

On Jul 10, 2:08 pm, Diodeus <[EMAIL PROTECTED]> wrote:
> I think the problem lies here:
>
> graphData = request.responseText;
>
> it it getting set to the *string value* of the response.
>
> Try graphData = eval(request.responseText)


--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups "Ruby 
on Rails: Spinoffs" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to [EMAIL PROTECTED]
For more options, visit this group at 
http://groups.google.com/group/rubyonrails-spinoffs?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to