Tycoon Talk
Become a Big fish!
The number 1 forum for online business!
Post topics, ask questions, share your knowledge.
Tycoon Talk is part of Freelancer.com - find skilled workers online at a fraction of the cost.

JavaScript Forum


You are currently viewing our JavaScript Forum as a guest. Please register to participate.
Login



Reply
Language Redirection In javascript
Old 07-14-2008, 09:32 PM Language Redirection In javascript
Junior Talker

Posts: 2
Name: Randy
Trades: 0
I'm looking for a javascript that can redirect a visitors browser from the index page of a site if they are a surfer using any language other than english, but keep visitors on the index page if they are browsing in english.

Thanks,
Randy.
__________________

Please login or register to view this content. Registration is FREE
elrando is offline
Reply With Quote
View Public Profile
 
 
Register now for full access!
Old 07-15-2008, 09:46 PM Re: Language Redirection In javascript
logic ali's Avatar
Super Talker

Posts: 104
Trades: 0
Quote:
Originally Posted by elrando View Post
I'm looking for a javascript that can redirect a visitors browser from the index page of a site if they are a surfer using any language other than english, but keep visitors on the index page if they are browsing in english.
Try this in the <head> section:
Code:
<script type='text/javascript'>
if( (navigator.language||navigator.browserLanguage).indexOf('en')!=0 )
  location.href='alternate.htm';
</script>
logic ali is offline
Reply With Quote
View Public Profile
 
Old 07-16-2008, 12:28 AM Re: Language Redirection In javascript
Junior Talker

Posts: 2
Name: Randy
Trades: 0
Thanks for your help this script appears to be working just fine. I needed to dump off some traffic I just can't convert, this should help me get rid of a lot of it on some of my sites.

Thanks,
Randy
__________________

Please login or register to view this content. Registration is FREE
elrando is offline
Reply With Quote
View Public Profile
 
Reply     « Reply to Language Redirection In javascript
 

Thread Tools Search this Thread
Search this Thread:

Advanced Search

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are Off
Pingbacks are Off
Refbacks are Off





   
RSS Feed  Feeds: RSS   JS   XML
RSS Feed  Feeds for this forum: RSS   JS   XML



Page generated in 0.11465 seconds with 12 queries