Mega Code Archive

 
Categories / JavaScript Reference / Javascript Objects
 

ClientInformation Example

<html> <body> <button onclick="alert(window.clientInformation.appName);">Browser name</button> <button onclick="alert(window.clientInformation.appVersion);">Browser version</button> </body> </html>