Ajax page does not work in opera 7

Collapse
This topic is closed.
X
X
 
  • Time
  • Show
Clear All
new posts
  • johntilster@gmail.com

    Ajax page does not work in opera 7

    Here is a nice little Ajax application, which works fine in Firefox:


    But it doesn't work in Opera! At least not in Opera 7.54, which I
    tested.

    I took a closer look and found that XmlHttpRequest is undefined. Is
    there a workaround? From what version on is that defined?

    Thanks!
    John

    P.S.: The code for that Ajax demo is described here:


  • Wang Dong

    #2
    Re: Ajax page does not work in opera 7

    Opera7 dose not support DOM.

    <johntilster@gm ail.com>
    ??????:11708978 18.715990.92170 @j27g2000cwj.go oglegroups.com. ..
    Here is a nice little Ajax application, which works fine in Firefox:

    >
    But it doesn't work in Opera! At least not in Opera 7.54, which I
    tested.
    >
    I took a closer look and found that XmlHttpRequest is undefined. Is
    there a workaround? From what version on is that defined?
    >
    Thanks!
    John
    >
    P.S.: The code for that Ajax demo is described here:

    >

    Comment

    • Randy Webb

      #3
      Re: Ajax page does not work in opera 7

      Wang Dong said the following on 2/7/2007 8:49 PM:
      Opera7 dose not support DOM.
      Ummm, yes it does.

      --
      Randy
      Chance Favors The Prepared Mind
      comp.lang.javas cript FAQ - http://jibbering.com/faq/index.html
      Javascript Best Practices - http://www.JavascriptToolbox.com/bestpractices/

      Comment

      • Jeremy

        #4
        Re: Ajax page does not work in opera 7

        Wang Dong wrote:
        Opera7 dose not support DOM.
        >

        You mean Opera 7 does not support AJAX.

        Who still uses Opera 7? Opera users are pretty typically the sort of
        people to update frequently. Isn't Opera on version 10 now?

        Jeremy

        Comment

        • Randy Webb

          #5
          Re: Ajax page does not work in opera 7

          Jeremy said the following on 2/8/2007 12:26 PM:
          Wang Dong wrote:
          >Opera7 dose not support DOM.
          >>
          >
          >
          You mean Opera 7 does not support AJAX.
          >
          Who still uses Opera 7? Opera users are pretty typically the sort of
          people to update frequently. Isn't Opera on version 10 now?
          A quick trip to www.opera.com and you won't have to ask that last question.

          9.10

          --
          Randy
          Chance Favors The Prepared Mind
          comp.lang.javas cript FAQ - http://jibbering.com/faq/index.html
          Javascript Best Practices - http://www.JavascriptToolbox.com/bestpractices/

          Comment

          Working...