Forum Moderators: open

Message Too Old, No Replies

Logging just with JS?

         

sauce

9:40 pm on Feb 28, 2006 (gmt 0)

10+ Year Member



Is it possible to have a logging program using just JS?

[jwweb.com...] shows a program with JS and PHP. I was wondering if this can be done strictly using JS.

vibe

10:07 pm on Feb 28, 2006 (gmt 0)

10+ Year Member



sauce

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