How do I fix these cross browser errors?!?

Discussion in 'JavaScript' started by Imozeb, Apr 9, 2010.

  1. #1
    These errors were given in Google Chrome:

    Refused to set unsafe header "Content-length"
    Refused to set unsafe header "Connection"


    How do I fix them, they don't seem to effect my script but I would still like to fix them.

    Also these are the errors given in Firefox:

    Error: bmouseOut is not defined // this is a inline function on an img tag, the javascript is in an external javascript sheet in the head tag

    This error won't let me select my javascript button! How do I fix these problems.

    Also why won't any of my flash load in FireFox?

    I don't want my site only avalible to IE users!

    Thanks!

    ~imozeb :)
     
    Last edited: Apr 9, 2010
    Imozeb, Apr 9, 2010 IP
  2. Imozeb

    Imozeb Peon

    Messages:
    666
    Likes Received:
    3
    Best Answers:
    0
    Trophy Points:
    0
    #2
    Does Javascript have any errors with Firefox because it is saying that bmouseOut is not defined // this is a inline function on an img tag, the javascript is in an external javascript sheet in the head tag

    Like where should I place my code (I'm currently placing it in an external .js file linked in the head tag)

    Or does Mozzila Firefox not accept inline javascript on image tags for buttons?

    Or does Mozzila Firefox need the element to be load first or the JS to be loaded first?

    Please help, I don't know what to do!!!
     
    Imozeb, Apr 10, 2010 IP