File i/o with client side Javascript

Discussion in 'HTML / PHP / JavaScript / CSS' started by joelnet, May 5, 2006.

  1. Not sure what you are talking about. File IO is server side and JavaScript is client side.


    Can you please elaborate a little?



    Joel Thoms
    DiscountASP.NET
    http://www.DiscountASP.NET
     
  2. One of my web apps needs to store some realtime information in a file on the server. CodebehindFile I/O could do the job fine but it doesn't support window setTimeout. More specifically, I wish to record the approximate total timethe user stays on my online game besides the time of each individual game play.
    Thanks.
     
  3. I think you should research AJAX. Check out either Anthem.net or ATLAS.



    Joel Thoms
    DiscountASP.NET
    http://www.DiscountASP.NET
     
  4. Could you please help me with File I/O for client side Javascript. Files are on server.
    Thanks.
    Luc
     

Share This Page