![]() |
"); context.Response.Write("Name=" + hbc.Browser + " "); context.Response.Write("Version=" + hbc.Version + " "); context.Response.Write("Major Version=" + hbc.MajorVersion + " "); context.Response.Write("Minor Version=" + hbc.MinorVersion + " "); context.Response.Write("Platform=" + hbc.Platform + " "); context.Response.Write("Is Beta=" + hbc.Beta + " "); context.Response.Write("Is Crawler=" + hbc.Crawler + " "); context.Response.Write("Is AOL=" + hbc.AOL + " "); context.Response.Write("Is Win16=" + hbc.Win16 + " "); context.Response.Write("Is Win32=" + hbc.Win32 + " "); context.Response.Write("Supports Tables=" + hbc.Tables + " "); context.Response.Write("Supports cookies=" + hbc.Cookies + " "); context.Response.Write("Supports VBScript=" + hbc.VBScript + " "); context.Response.Write("Supports Frames=" + hbc.Frames + " "); context.Response.Write("Supports JavaScript=" + hbc.EcmaScriptVersion.ToString() + " "); context.Response.Write("Supports Java Applets=" + hbc.JavaApplets + " "); context.Response.Write("Supports ActiveX Controls=" + hbc.ActiveXControls + " "); context.Response.Write("User Agent=" + context.Request.UserAgent + " "); } }
|
![]() |
||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||