:: Forum >>

Javascript with ActiveX writing to a file

HI, so im having alot of trouble with this over the past couple of days. Basically, I have a "globalCounter" variable (var globalCounter = some number) being saved in the javascript. I then need to have ActiveX write this globalCounter value to a txt file that i designate the path to in the javascript/activeX somewhere. I then later need to reopen this same txt file and compare it to a variable in the javascript that i have. can ANYONE help!!!!?!?
will
Friday, February 15, 2008
Have you tried googling?

http://www.javascripter.net/faq/fileacce.htm
http://www.c-point.com/JavaScript/articles/file_access_with_JavaScript.htm

Alternately, try thinking inside the box and use a dynamic array -
http://www.w3schools.com/jsref/jsref_obj_array.asp

Anthony
Friday, February 15, 2008

This topic is archived.


Back to support forum

Forum search