Programalama > JAVA SCRIPT

Etiketler: dil, seçimi

Ort. 0
Puan ver:
<html> 
<script> 

/* 
By Richard Morris (Email: ram@ramorris.co.uk) 
Featured on Website Abstraction (http://wsabstract.com) 
For this and over 400+ free scripts, visit http://wsabstract.com 
*/ 

var type=navigator.appName 
if (type=="Netscape") 
var lang = navigator.language 
else 
var lang = navigator.userLanguage 

//cut down to first 2 chars of country code 
var lang = lang.substr(0,2) 

// Ingilizce 
if (lang == "en") 
window.location.replace('ingilizce.html') 

// Almanca 
else if (lang == "de") 
window.location.replace('turkce.html') 

// Turkce 
else if (lang == "tr") 
window.location.replace('turkce.html') 

// eger yazdiklarinizdan degilse nereye yonlenecek 
else 
window.location.replace('turk.html') 
</script> 
<html> 


Yorumlar                 Yorum Yaz
Bu hazır kod'a ilk yorumu siz yapın!
KATEGORİLER
ASP - 240
ASP.NET - 24
C# - 75
C++ - 174
CGI - 8
DELPHI - 247
FLASH - 49
HTML - 536
PASCAL - 246
PERL - 11
PHP - 160
WML - 9
XML - 2
Copyright © 2002 - 2024 Hazır Kod - Tüm Hakları Saklıdır.
Siteden yararlanırken gizlilik ilkelerini okumanızı tavsiye ederiz.
hazirkod.com bir İSOBİL projesidir.