PDA

View Full Version : How to store user browser data


nauf
08-14-2002, 06:52 PM
Hey guys, I'm trying to store the browser information that I obtain when a user logs on to my web site. Can this be done with javascript? Basically I want to keep a running tally of the type of browsers that hit my site so that from the data I can tweak my site appropriately. Is it possible to store and write the data somewhere so I can accomplish this?

Thanks,
J

requestcode
08-14-2002, 07:33 PM
Javascript can not read from files nor write to them. You will have to use a Server Side language such as Perl or PHP. Good Luck.