Official Review
NULL
|
Other links at JavaScript > Scripts and Programs > Redirection > Browser Based |
| 1. |
Browser & Version Redirect
|
|
|
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)
|
| 2. |
Scott Brady's Browser Detection
|
|
|
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.
|
| 3. |
Browser Type Redirection
|
|
|
This is a code snippet to redirect your visitors to the web page that works best for their browser type.
|
| 4. |
Browser Redirect 2
|
|
|
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.
|
| 5. |
Java Enabled Redirect
|
|
|
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.
|
|
|