Javascripts > Javascript Redirects > Redirect With Link
Script Title: Redirect With Link
Description: Another redirection script based on the users browser.
Example: Available
Copy the following code into your <HEAD></HEAD> tags.<SCRIPT LANGUAGE="JavaScript"> <!-- Hiding from other browsers // Browser Detector (v. 1.0) // Author: Jason Tschopp // Email: tschopp@greenapple.com // Url: http://www.greenapple.com/~tschopp/ // Notes: Permission is granted to anyone for use // on the internet, provided this header stays with // the script and this header stays in intact. var name = navigator.appName if (name == "Microsoft Internet Explorer") url=("http://www.microsoft.com"); else url=("http://www.netscape.com") document.write('<A HREF="' + url + '">Click Here To Enter</A>'); // --> </SCRIPT>
Enter your name and email address to have this script sent right to your Inbox for later viewing. First Name Last Name Email