read data from a (server) csv/xml file

Collapse
This topic is closed.
X
X
 
  • Time
  • Show
Clear All
new posts
  • Jon Andersson

    read data from a (server) csv/xml file

    Hi

    need some help to read a csv or xml file using js. I want to create
    the csv/xml file by using asp and passing some parameters to it while
    calling it from my javascript function.
  • Jay

    #2
    Re: read data from a (server) csv/xml file


    "Jon Andersson" <jon357@gmail.c om> wrote in message
    news:3c10309d.0 504251326.71422 d98@posting.goo gle.com...[color=blue]
    > Hi
    >
    > need some help to read a csv or xml file using js. I want to create
    > the csv/xml file by using asp and passing some parameters to it while
    > calling it from my javascript function.[/color]

    Not sure what you are trying to achieve here...
    An ASP page creates (server side) an XML file.
    You want to read the created file (on the server) using JavaScript?

    What parameters are you passing here? And from where to where?

    Jay


    Comment

    • Berislav Lopac

      #3
      Re: read data from a (server) csv/xml file

      Jon Andersson wrote:[color=blue]
      > need some help to read a csv or xml file using js. I want to create
      > the csv/xml file by using asp and passing some parameters to it while
      > calling it from my javascript function.[/color]




      Comment

      • Berislav Lopac

        #4
        Re: read data from a (server) csv/xml file

        Berislav Lopac wrote:[color=blue]
        > Jon Andersson wrote:[color=green]
        >> need some help to read a csv or xml file using js. I want to create
        >> the csv/xml file by using asp and passing some parameters to it while
        >> calling it from my javascript function.[/color]
        >
        > http://www.xml.com/lpt/a/2005/02/23/sarissa.html[/color]

        P.S. Use XMLTTPRequest object.

        Berislav


        Comment

        • Thomas 'PointedEars' Lahn

          #5
          Re: read data from a (server) csv/xml file

          Berislav Lopac wrote:
          [color=blue]
          > P.S. Use XMLTTPRequest object.[/color]

          You mean _XMLHTTPRequest _.


          PointedEars
          --
          Germany is the birth place of psychiatry. Psychs feel threatened by
          Scientology as they are crazy. Many psychs become psychs to heal their own
          mental problems and to control others. -- "The only real Barbara Schwarz",
          dsw.scientology , <16d1deb5.04022 61008.48f994b6@ posting.google. com>

          Comment

          Working...