PDA

View Full Version : File i/o with client side Javascript


joelnet
05-05-2006, 12:32 AM
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

pongourcom1
05-05-2006, 01:02 AM
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.

joelnet
05-05-2006, 07:20 AM
I think you should research AJAX. Check out either Anthem.net or ATLAS.



Joel Thoms
DiscountASP.NET
http://www.DiscountASP.NET

pongourcom1
05-05-2006, 11:40 AM
Could you please help me with File I/O for client side Javascript. Files are on server.
Thanks.
Luc