The Forum has been Updated
The code has been upgraded to the latest .NET core version. Please check instructions in the Community Announcements about migrating your account.
I have just updated my laptop browser to IE9 and noticed that the Active Users OS/Brower column now shows Windows Vista / Safari even though I have Windows 7 and now IE9
Has anyone supplied the line of code that will display the IE9 and correct Browser
function fUserAgent(ua) and strBrowser
ElseIf instr(ua, "MSIE 8") Then
strBrowser = "Microsoft IE 8"
and
ElseIf instr(ua, "Windows Vista") or instr(ua, "Windows NT 6.0") then
strSystem = "Windows Vista"
Thanking you advance
Has anyone supplied the line of code that will display the IE9 and correct Browser
function fUserAgent(ua) and strBrowser
ElseIf instr(ua, "MSIE 8") Then
strBrowser = "Microsoft IE 8"
and
ElseIf instr(ua, "Windows Vista") or instr(ua, "Windows NT 6.0") then
strSystem = "Windows Vista"
Thanking you advance