Velocity Reviews - Computer Hardware Reviews

Velocity Reviews > Newsgroups > Programming > Javascript > read data from a (server) csv/xml file

Reply
Thread Tools

read data from a (server) csv/xml file

 
 
Jon Andersson
Guest
Posts: n/a
 
      04-25-2005
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.
 
Reply With Quote
 
 
 
 
Jay
Guest
Posts: n/a
 
      04-26-2005

"Jon Andersson" <> wrote in message
news: om...
> 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.


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


 
Reply With Quote
 
 
 
 
Berislav Lopac
Guest
Posts: n/a
 
      04-26-2005
Jon Andersson wrote:
> 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.


http://www.xml.com/lpt/a/2005/02/23/sarissa.html


 
Reply With Quote
 
Berislav Lopac
Guest
Posts: n/a
 
      04-26-2005
Berislav Lopac wrote:
> Jon Andersson wrote:
>> 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.

>
> http://www.xml.com/lpt/a/2005/02/23/sarissa.html


P.S. Use XMLTTPRequest object.

Berislav


 
Reply With Quote
 
 
 
Reply

Thread Tools

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are Off


Similar Threads
Thread Thread Starter Forum Replies Last Post
File.read(fname) vs. File.read(fname,File.size(fname)) Alex Dowad Ruby 4 05-01-2010 08:20 AM
file.read() doesn't read the whole file Sreejith K Python 24 03-24-2009 12:20 PM
How to read from a file, stored the data in an array, and return number of records read back to main tyeung168@gmail.com C++ 2 02-27-2007 07:12 AM
how to encrypt a C data and write a bin file and read a bin at run time and decrypt C data sweety C Programming 9 02-07-2006 05:28 PM
Binary data stored in SQL Server: can't read from ASP.NET, *can* read from Access? Doug ASP .Net 3 11-04-2005 07:35 PM



Advertisments