Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations biv343 on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

browser id 2

Status
Not open for further replies.

TruthInSatire

Programmer
Aug 12, 2002
2,964
US
How do I find the browser and browser version of the browser accessing the website? How many software developers does it take to change a light bulb?
None: it works in everyone else’s office, it must work in yours too.
 
try to run these javacript code lines, they should help :
Code:
    alert(window.clientInformation.appCodeName);
    alert(window.clientInformation.appVersion);
    alert(window.clientInformation.appMinorVersion);
Water is not bad as long as it stays out human body ;-)
 
Use targol's code client side and mine server side..... -- Just trying to help...
[wolf]<--- This is a wolf? We need a new icon.......
mikewolf@tst-us.com
 
mwolf00 thanks for the website. awesome information. How many software developers does it take to change a light bulb?
None: it works in everyone else’s office, it must work in yours too.
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top