Google is my friend. Naturally, the next result I hit upon told me that there might be a mismatch between the URL requested by the form's Action and the rest of the page. Sure enough, I had used PHP's $_SERVER['SERVER_NAME'] to construct the URL, and it wasn't the same as the request (missing the WWW part) so this error cropped up. I chopped down the Action to just the script name, and it works like a big dog.
Walter On Nov 24, 2009, at 6:31 PM, Walter Lee Davis wrote: > I have a form with an Ajax request() to update the form with survey > results. It works great in Firefox, but when I submit it from Safari > 4.latest on Mac OS X, I get nothing at all in the browser for results, > and the console says "Refused to get unsafe header "X-JSON". I've > tested this on two different Macs. -- You received this message because you are subscribed to the Google Groups "Prototype & script.aculo.us" 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/prototype-scriptaculous?hl=en.
