Announcement

Collapse
No announcement yet.

OT: JavaScript / Browser problem

Collapse
X
 
  • Filter
  • Time
  • Show
Clear All
new posts

    OT: JavaScript / Browser problem



    Hi,=20

    I'm no JavaScript guru and I need assistance with the following script.
    It does not seem work at all with Netscape or Firefox, and users report
    occasional errors with IE, though I cannot reproduce.

    <A HREF ="http://www.hotelinteractive.com/rss.html (view source)">http://www.hotelinteractive.com/rss.html (view source)</A>

    Any help from the developer gurus on this list? Is there a way to access
    the XML feed without using ActiveX? Is there anything else wrong with
    it?

    Help!


    Thanks...

    Andrew Noce=20
    Director of Technology
    Hotel Interactive, Inc.=20
    Hospitality Industry News and Services=20
    <A HREF ="http://www.hotelinteractive.com=20">http://www.hotelinteractive.com=20</A>



    =20



    #2
    OT: JavaScript / Browser problem



    If it helps, here's what the firefox javascript console reports:

    Error: ActiveXObject is not defined
    Source File: <A HREF ="http://www.hotelinteractive.com/rss.html">http://www.hotelinteractive.com/rss.html</A>
    Line: 22

    --

    Adam
    http://vikingcoders.com

    Andrew Noce wrote:
    > Hi,
    >
    > I'm no JavaScript guru and I need assistance with the following script.
    > It does not seem work at all with Netscape or Firefox, and users report
    > occasional errors with IE, though I cannot reproduce.
    >
    > <A HREF ="http://www.hotelinteractive.com/rss.html (view source)">http://www.hotelinteractive.com/rss.html (view source)</A>
    >
    > Any help from the developer gurus on this list? Is there a way to access
    > the XML feed without using ActiveX? Is there anything else wrong with
    > it?
    >
    > Help!
    >

    Comment


      #3
      OT: JavaScript / Browser problem



      "Is there a way to access the XML feed without using ActiveX? "

      MvCALL?

      (Never tried it with RSS, but since it's XML I don't see why this shouldn't
      work...)

      markus



      -----Original Message-----
      From: [email protected] [mailto:[email protected]] On Behalf
      Of Andrew Noce
      Sent: Mittwoch, 6. April 2005 17:52
      To: [email protected]; [email protected]
      Subject: [meu] OT: JavaScript / Browser problem

      Hi,

      I'm no JavaScript guru and I need assistance with the following script.
      It does not seem work at all with Netscape or Firefox, and users report
      occasional errors with IE, though I cannot reproduce.

      <A HREF ="http://www.hotelinteractive.com/rss.html (view source)">http://www.hotelinteractive.com/rss.html (view source)</A>

      Any help from the developer gurus on this list? Is there a way to access the
      XML feed without using ActiveX? Is there anything else wrong with it?

      Help!


      Thanks...

      Andrew Noce
      Director of Technology
      Hotel Interactive, Inc.
      Hospitality Industry News and Services
      <A HREF ="http://www.hotelinteractive.com ">http://www.hotelinteractive.com </A>






      Comment


        #4
        OT: JavaScript / Browser problem



        Thanks, Markus, but I meant is there a way from JavaScript to
        emulate/replace this type of functionality.
        The issue is that I need a simple method that (just about) *any
        webmaster* can use to integrate our feed to accommodate most of their
        visitors, ie: Client-side. JavaScript is an acceptable technology, and
        so is ActiveX, if necessary, but I'd at least like to see it run across
        multiple browsers.

        ...

        Andrew Noce=20
        Director of Technology
        Hotel Interactive, Inc.=20
        Hospitality Industry News and Services=20
        <A HREF ="http://www.hotelinteractive.com=20">http://www.hotelinteractive.com=20</A>



        =20



        > -----Original Message-----
        > From: MvMarkus [mailto:[email protected]]=20
        > Sent: Wednesday, April 06, 2005 12:40 PM
        > To: Andrew Noce; [email protected]; [email protected]
        > Subject: RE: [meu] OT: JavaScript / Browser problem
        >=20
        >=20
        > "Is there a way to access the XML feed without using ActiveX? "
        >=20
        > MvCALL?
        >=20
        > (Never tried it with RSS, but since it's XML I don't see why=20
        > this shouldn't
        > work...)
        >=20
        > markus
        >=20
        >=20
        >=20
        > -----Original Message-----
        > From: [email protected]=20
        > [mailto:[email protected]] On Behalf > Of Andrew Noce
        >=20
        > Sent: Mittwoch, 6. April 2005 17:52
        > To: [email protected]; [email protected]
        > Subject: [meu] OT: JavaScript / Browser problem
        >=20
        > Hi,=20
        >=20
        > I'm no JavaScript guru and I need assistance with the=20
        > following script. It does not seem work at all with Netscape=20
        > or Firefox, and users report occasional errors with IE,=20
        > though I cannot reproduce.
        >=20
        <A HREF ="http://www.hotelinteractive.com/rss.html (view source)">http://www.hotelinteractive.com/rss.html (view source)</A>

        Any help from the developer gurus on this list? Is there a way to access
        the XML feed without using ActiveX? Is there anything else wrong with
        it?

        Help!


        Thanks...

        Andrew Noce
        Director of Technology
        Hotel Interactive, Inc.=20
        Hospitality Industry News and Services <A HREF ="http://www.hotelinteractive.com=20">http://www.hotelinteractive.com=20</A>



        =20


        Comment


          #5
          Re: [mru] RE: OT: JavaScript / Browser problem



          Andrew,

          FWIW, the reason I posted the javascript console results is, outside of
          the activeX, there are *no* javascript errors, it's perfectly valid
          scripting.

          I've never done RSS, but there are a lot of ways to go about it without
          the evil activex <g>.

          --

          Adam
          http://vikingcoders.com

          Andrew Noce wrote:
          > Thanks, Markus, but I meant is there a way from JavaScript to
          > emulate/replace this type of functionality.
          > The issue is that I need a simple method that (just about) *any
          > webmaster* can use to integrate our feed to accommodate most of their
          > visitors, ie: Client-side. JavaScript is an acceptable technology, and
          > so is ActiveX, if necessary, but I'd at least like to see it run across
          > multiple browsers.
          >
          > ...
          >
          > Andrew Noce
          > Director of Technology
          > Hotel Interactive, Inc.
          > Hospitality Industry News and Services
          > <A HREF ="http://www.hotelinteractive.com ">http://www.hotelinteractive.com </A>
          >
          >
          >
          >
          >
          >
          >
          >
          >>-----Original Message-----
          >>From: MvMarkus [mailto:[email protected]]
          >>Sent: Wednesday, April 06, 2005 12:40 PM
          >>To: Andrew Noce; [email protected]; [email protected]
          >>Subject: RE: [meu] OT: JavaScript / Browser problem
          >>
          >>
          >> "Is there a way to access the XML feed without using ActiveX? "
          >>
          >>MvCALL?
          >>
          >>(Never tried it with RSS, but since it's XML I don't see why
          >>this shouldn't
          >>work...)
          >>
          >>markus
          >>
          >>
          >>
          >>-----Original Message-----
          >>From: [email protected]
          >>[mailto:[email protected]] On Behalf > Of Andrew Noce
          >>
          >>Sent: Mittwoch, 6. April 2005 17:52
          >>To: [email protected]; [email protected]
          >>Subject: [meu] OT: JavaScript / Browser problem
          >>
          >>Hi,
          >>
          >>I'm no JavaScript guru and I need assistance with the
          >>following script. It does not seem work at all with Netscape
          >>or Firefox, and users report occasional errors with IE,
          >>though I cannot reproduce.
          >>
          >
          > <A HREF ="http://www.hotelinteractive.com/rss.html (view source)">http://www.hotelinteractive.com/rss.html (view source)</A>
          >
          > Any help from the developer gurus on this list? Is there a way to access
          > the XML feed without using ActiveX? Is there anything else wrong with
          > it?
          >
          > Help!


          Comment


            #6
            OT: JavaScript / Browser problem



            Hi Andrew,

            Here is a very nice script that generates a javascript RSS reader for you.

            http://itde.vccs.edu/rss2js/build.php

            It uses a hosted php script, but if your server is PHP enabled (which one
            isn't???) you can download & install it on your machine:

            http://jade.mcli.dist.maricopa.edu/feed/


            Hope that works!

            Markus





            -----Original Message-----
            From: [email protected] [mailto:[email protected]] On Behalf
            Of Andrew Noce
            Sent: Mittwoch, 6. April 2005 17:52
            To: [email protected]; [email protected]
            Subject: [meu] OT: JavaScript / Browser problem

            Hi,

            I'm no JavaScript guru and I need assistance with the following script.
            It does not seem work at all with Netscape or Firefox, and users report
            occasional errors with IE, though I cannot reproduce.

            <A HREF ="http://www.hotelinteractive.com/rss.html (view source)">http://www.hotelinteractive.com/rss.html (view source)</A>

            Any help from the developer gurus on this list? Is there a way to access the
            XML feed without using ActiveX? Is there anything else wrong with it?

            Help!


            Thanks...

            Andrew Noce
            Director of Technology
            Hotel Interactive, Inc.
            Hospitality Industry News and Services
            <A HREF ="http://www.hotelinteractive.com ">http://www.hotelinteractive.com </A>






            Comment

            Working...
            X