I found the problem. I had this in my template <cfoutput><base
href="#application.site_url#"></cfoutput>. As soon as this is removed
then it works correctly first time around.

I still get this warning though: Resource interpreted as other but
transferred with MIME type text/html.

But a warning is better than an error...

Thanks one and all.



On 15 Sep, 12:18, adster <a...@littledonkey.net> wrote:
> I don't have a live URL at the moment. I will have this up on a live
> test site soon so will post a URL then.
>
> On Sep 15, 12:16 pm, Kevin Smith <ke...@netsmith.ltd.uk> wrote:
>
>
>
> > Can you send us the real URL?  Maybe someone can get an idea on the problem.
>
> > T.J. Crowder wrote:
> > > Hi,
>
> > > Please don't bump-post. If anyone has any ideas, they'll see the
> > > thread and reply.
> > > --
> > > T.J. Crowder
> > > tj / crowder software / com
> > >www.crowdersoftware.com
>
> > > On Sep 15, 11:46 am, adster<a...@littledonkey.net>  wrote:
>
> > >> Anyone got any ideas on this one?
>
> > >> Thanks,
>
> > >> Adam
>
> > >> On Sep 14, 1:17 pm, adster<a...@littledonkey.net>  wrote:
>
> > >>> Yep - the error I see via the Chrome Javascript console is:
>
> > >>> Refused to get unsafe header "X-JSON"
>
> > >>> And then second time round (i.e. refresh the page) it gives:
>
> > >>> XHR finished loading: "http://127.0.0.1/search-results.cfm?ajax=true";.
> > >>> search-results.cfm Resource interpreted as other but transferred with
> > >>> MIME type text/html.
>
> > >>> Generally works OK in Firefox.
>
> > >>> I have a form which submits to /search-hotels which is where the ajax
> > >>> call takes place. I am using ISAPI rewrite to make the url /search-
> > >>> results.cfm into /search-hotels but the same thing happens even if I
> > >>> browse to /search-results.cfm.
>
> > >>> Any ideas?
>
> > >>> On Sep 14, 1:01 pm, "Alex McAuley"<webmas...@thecarmarketplace.com>
> > >>> wrote:
>
> > >>>> Cant see "The above error" as described in your post ?
> > >>>> Can you post the error?
>
> > >>>> Alex Mcauleyhttp://www.thevacancymarket.com
>
> > >>>> ----- Original Message -----
> > >>>> From: "adster"<a...@littledonkey.net>
> > >>>> To: "Prototype&  
> > >>>> script.aculo.us"<prototype-scriptaculous@googlegroups.com>
> > >>>> Sent: Monday, September 14, 2009 12:44 PM
> > >>>> Subject: [Proto-Scripty] Re: Refused to get unsafe header "X-JSON"
>
> > >>>> Scrub that - it doesn't work first time in IE7 either.
>
> > >>>> On Sep 14, 10:42 am, adster<a...@littledonkey.net>  wrote:
>
> > >>>>> Hi All,
>
> > >>>>> I'm getting the above error message in Chrome (and Safari) but not in
> > >>>>> Firefox or IE. However, on a page refresh it does work. How can it not
> > >>>>> work first time around and then decide to work on a page refresh?
>
> > >>>>> I think this is a security issue thing...any help much appreciated.
>
> > >>>>> The code is:
>
> > >>>>> function search() {
> > >>>>> working();
> > >>>>> var parameters = 'ajax=true';
> > >>>>> var search_url = 'search-results.cfm';
> > >>>>> // Do ajax request
> > >>>>> try {
> > >>>>> myAjax = new Ajax.Updater(
> > >>>>> 'searchResults',
> > >>>>> search_url,
> > >>>>> {
> > >>>>> method: 'post',
> > >>>>> parameters: parameters,
> > >>>>> onComplete: done
> > >>>>> }
> > >>>>> );
> > >>>>> } catch(err) {
> > >>>>> console.log(err);
> > >>>>> alert(err.description);
> > >>>>> }
>
> > >>>>> } // EOF
>
> > >>>>> window.onload = function() {
> > >>>>> //$('country_select').focus();
> > >>>>> //alert('loaded');
> > >>>>> search();
>
> > >>>>> }
--~--~---------~--~----~------------~-------~--~----~
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 prototype-scriptaculous@googlegroups.com
To unsubscribe from this group, send email to 
prototype-scriptaculous+unsubscr...@googlegroups.com
For more options, visit this group at 
http://groups.google.com/group/prototype-scriptaculous?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to