Forum Moderators: open
[jwweb.com...] shows a program with JS and PHP. I was wondering if this can be done strictly using JS.
the only part of this that could not be done in JS is the writing to a file part. that would have to be done with php, asp or java.
you could use the xmlHTTP object to submit the data to the server for processing, but again you would have to use some server scripting to ether store the data in a database or append to a log file.
.2
DT