Official Review
NULL
|
Other links at JavaScript > Scripts and Programs > Redirection > Browser Based |
| 1. |
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.
|
| 2. |
Browser Redirect 1
|
|
|
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.
|
| 4. |
Browser-Specific Entry
|
|
|
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.
|
| 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.
|
|
|