[Javascript] Looking for a JavaScript version of a phpInfo type page

Flavio Gomes flavio at economisa.com.br
Thu Jul 28 11:38:14 CDT 2005


I would stick to PHP and use $HTTP_USER_AGENT.

Even if people say that you may easily 'mask' the USER_AGENT, blame the 
user for doing so and almost any other method may be 'masked'.

http://www.php.net/function.get-browser

--
Flavio Gomes
flavio at economisa.com.br


Judah Frangipane wrote:

> I'm looking for a JavaScript version of a phpInfo() page. In php you 
> have a method called phpInfo(). This method gathers as much 
> information as it can about the server running php. I need a 
> JavaScript script or method that will grab as much information about 
> the client as we can get so we can have them send it back to us. Stuff 
> like, OS, browser, version, etc.
>
> Thanks,
> Judah




More information about the Javascript mailing list