SMF For Free Support Forum
Signup For Free Forum
July 04, 2009, 11:35:49 pm *
Welcome, Guest. Please login or register.
Did you miss your activation email?

Login with username, password and session length
News: Welcome to SMF For Free. The best free SMF Host
 
   Home   Help Search Arcade Gallery Login Register  

Pages: [1]
  Print  
Author Topic: [Code] Browser Redirection  (Read 862 times)
0 Members and 1 Guest are viewing this topic.
trevix
SMF For Free Sr. Member
*
Offline Offline

Posts: 303



View Profile WWW
« on: October 01, 2007, 10:29:35 pm »

Forum Url: http://wiitech.smfforfree3.com
I wrote this one for my forum, depending on your ISP, this code will redirect visitors to a different sites you choose.

This one only works for Wii's, your going to need to edit it since its the code directly off my forum.
Code:
<script>

var browser_type=navigator.appName
var browser_version=parseInt(navigator.appVersion)
//if NS 4+
if (browser_type=="Netscape"&&browser_version>=4)
window.location.replace("http://wiitech.smfforfree3.com/index.php/topic,22.msg26.html#msg26")
//if FF 1+
if (browser_type=="Mozilla Firefox"&&browser_version>=1)
window.location.replace("http://wiitech.smfforfree3.com/index.php/topic,22.msg26.html#msg26")
//if IE 4+
else if (browser_type=="Microsoft Internet Explorer"&&browser_version>=4)
window.location.replace("http://wiitech.smfforfree3.com/index.php/topic,22.msg26.html#msg26")
//if OPERA 8+
else if (browser_type=="Opera"&&browser_version>=8)
window.location.replace("")
//Default goto page (NOT OPERA 8+)
else
window.location="http://wiitech.smfforfree3.com/index.php/topic,22.msg26.html#msg26"

</script>

Example: Clicker Me!!
It will redirect you to a post i made, unless you use your Wii.  Give it a try.
Logged


Ad Machine - Free advertising and tips on how to promote your board.
Gordie
SMF For Free Hero
*
Offline Offline

Posts: 591


I'm around somewhere!!!


View Profile WWW
« Reply #1 on: October 01, 2007, 10:32:55 pm »

ummm...you need to have at least one board viewable to guests.
Logged

trevix
SMF For Free Sr. Member
*
Offline Offline

Posts: 303



View Profile WWW
« Reply #2 on: October 01, 2007, 10:36:25 pm »

there is, its designed for opera
the same isp that the wii uses
download opera from opera.com to view it
Logged


Ad Machine - Free advertising and tips on how to promote your board.
Agent Moose
Moderator
*****
Offline Offline

Posts: 776


Do not PM me for Code Support or Request


View Profile
« Reply #3 on: October 02, 2007, 02:12:47 pm »

Good code.
Logged

Want to know how good your board is?  Why not get it reviewed at Revolution X!


Pages: [1]
  Print  
 
Jump to:  

cheap low cost web hosting reviews

Powered by SMF 1.1.9 | SMF © 2006-2009, Simple Machines LLC
ServerBeach Coupon
Page created in 0.545 seconds with 17 queries.