| You are here: w100w.com > JavaScript > Redirection > Browser Based |
| |||
Version: 1.0 Home |
This is a simple script that allows you to redirect your visitors to a different page optimized for a user's browser type. | |
Home |
This JavaScript shows how to check for the browser type and then send the user to a page appropriate for that browser. | |
Home |
This script sends the viewer to the right page depending on the type of browser being used. If the browser is NS, it goes to an NS version of the page. If it is IE, it goes to an IE version of the page. Otherwise, the viewer goes to a page for other browsers. | |
Home |
This script sends the viewer to the right page depending on the type and version of the browser being used. If the browser is NS or IE, version 4 or better, the viewer is taken to a page for version 4 browsers. Otherwise, the viewer goes to a page for lower version browsers. | |
Version: 1.3 Platform: Independent Home |
This script loads a page based on the browser being used. It detects: Netscape 3.x, Netscape 4.x, Netscape 5.x, Microsoft 3.x, Microsoft 4.x and Microsoft 5.x. | |
| |||
Platform: Independent Home |
If you maintain separate pages for Netscape and Internet Explorer browsers and want to additionally divide each browser's page into version pages, this script is for you. The script will create a link (or can be changed to automatically redirect) to browser[version number].html. (For example, a visitor with Netscape 4.5 would see a link to netscape4.html) | |
Platform: Independent Home |
If Java is enabled in the visitor's browser, they are redirected to a Java-enhanced page. Otherwise, if Java is disabled they are sent to the non-java page. | |
Platform: Independent Home |
If you maintain a different page for Microsoft Internet Explorer and another for Netscape browsers, you should use this script. Quite simply,it sends the right browser to the right browser-optimized page. | |
| |||
| ScriptRequests.Com - Discussion | w100w.net - Links |