Scott Brady's Browser Detection allows you to easily setup a browser detector in your webpage that loads a page depending on the browser being used by the visitor. The script displays the name of the browser in the loaded page, which can be replaced
This tutorial deals with detection of the browser and its version the site vistors use. Here the author suggests users to generate two types of ASP pages, one with more features for later browser versions and another one is for earlier browser versio
Performing Browser Detection Using ASP.NET is a web based tutorial in which author elaborates the method of identifying the visitors web browser using Request.Browser property. Here author provides source code which collects the information of users
A simple browser detection function that detects Mozilla, MSIE, Opera, Galeon, Netscape, Icab and Konqueror.
This browser sniffer detects all the major browsers currently out there, and passes the results on as variables to facilitate your browser detection needs. It differentiates between Windows, Mac and Linux, and the most commonly used DHTML browsers -
If you have the basic knowledge of JSP pages and JavaBeans, you can use this article to learn how to build a Browser detection JavaBean and use it to provide the appropriate HTML to the user. Most of the browsers don?t support all the HTML and CSS fe
This script is helpful for the webmasters who want to develop their web forms without errors and it provides user friendly environment for the users. It has many enhanced features they are, automatic detection of browser, visual validation is availab
This Java Bean implements edge detection of any image with the held of a Canny algorithm which detects edges with much less loss that any other edge detection softwares because of the features which it supports like its capability of anti-noise, subp
If your script relies on JavaScript cookies to store and persist information, it's a good idea to always make sure the user's browser has cookies enabled first. This tutorial shows you how to perform this detection.
Use javascript detection to choose the optimal method to log visitor traffic. Includes instructions and sample ASP / Javascript code for js detection using a simple redirection test. |