Welcome To Paki Tigers Community
Would you like to react to this message? Create an account in a few clicks or log in to continue.

Welcome To Paki Tigers Community


 
HomeLatest imagesSearchRegisterLog in

 

 All details about the visitor's browser

Go down 
AuthorMessage
Admin
Admin



Posts : 102
Join date : 2008-09-25
Age : 33
Location : Pakistan

All details about the visitor's browser Empty
PostSubject: All details about the visitor's browser   All details about the visitor's browser Icon_minitimeSat Oct 04, 2008 6:10 am

Hello Every Body

This is the source to get all detail about visitor's browser



<html>
<body>

<script type="text/javascript">
var x = navigator;
document.write("CodeName=" + x.appCodeName);
document.write("<br />");
document.write("MinorVersion=" + x.appMinorVersion);
document.write("<br />");
document.write("Name=" + x.appName);
document.write("<br />");
document.write("Version=" + x.appVersion);
document.write("<br />");
document.write("CookieEnabled=" + x.cookieEnabled);
document.write("<br />");
document.write("CPUClass=" + x.cpuClass);
document.write("<br />");
document.write("OnLine=" + x.onLine);
document.write("<br />");
document.write("Platform=" + x.platform);
document.write("<br />");
document.write("UA=" + x.userAgent);
document.write("<br />");
document.write("BrowserLanguage=" + x.browserLanguage);
document.write("<br />");
document.write("SystemLanguage=" + x.systemLanguage);
document.write("<br />");
document.write("UserLanguage=" + x.userLanguage);
</script>

</body>
</html>


Thanks
Back to top Go down
https://paki-tigers.forumotion.com
 
All details about the visitor's browser
Back to top 
Page 1 of 1
 Similar topics
-
» Detect the visitor's browser and browser version

Permissions in this forum:You cannot reply to topics in this forum
Welcome To Paki Tigers Community :: Programming / Designing / Source Code :: Html, Java Script & Css-
Jump to: