WebArtz - The Web Design Forum
Welcome to WebArtz, Guest!

WebArtz is a nice place for discussions related to web designing and coding. We help our members to code their own website templates with HTML and CSS. We give them advice on various issues.

To know more about WebArtz Forum, visit the About Us page.

At the moment, you are viewing the forum as a guest. As a guest you can't make post and participate in discussions. You need to register and become a member of the forum. Click the register link below and become a part of this forum.

Thank You

WebArtz - The Web Design Forum
Welcome to WebArtz, Guest!

WebArtz is a nice place for discussions related to web designing and coding. We help our members to code their own website templates with HTML and CSS. We give them advice on various issues.

To know more about WebArtz Forum, visit the About Us page.

At the moment, you are viewing the forum as a guest. As a guest you can't make post and participate in discussions. You need to register and become a member of the forum. Click the register link below and become a part of this forum.

Thank You


You are not connected. Please login or register

View previous topic View next topic Go down  Message [Page 1 of 1]

1I need a redirector code JUST for IE Empty I need a redirector code JUST for IE Sun Feb 28, 2010 2:10 am

Cody


Registered Member
Registered Member
I need a code that will redirect ONLY IE users.

Like tot another webpage.

Edit: wrong section Sad sry

http://socialforever.com

2I need a redirector code JUST for IE Empty Re: I need a redirector code JUST for IE Sun Feb 28, 2010 2:21 am

Dreamly

Dreamly
Registered Member
Registered Member
-> Moved

Code:
<script language="JavaScript"
type="text/JavaScript">
if(navigator.appName == "WebTV")
{
 window.location = "http://clubfairshare.com"
}
if(navigator.appName == "Netscape")
{
 window.location = "http://clubfairshare.com"
}
 if(navigator.appName == "Microsoft Internet Explorer")
{
 window.location = "link here"
}
 window.location == "link here"
</script>

Change the "link here" parts to the site you want the person to be redirected D:

http://www.sparkchat.net

View previous topic View next topic Back to top  Message [Page 1 of 1]

Permissions in this forum:
You cannot reply to topics in this forum