E

사용자 웹브라우저의 디폴트 언어에 따라 리다이렉트 시키기

· 2006-05-11 (목) 10:50:27 · 2761
<SCRIPT LANGUAGE="JavaScript1.2">
<!-- Begin
if (navigator.appName == 'Netscape')
var language = navigator.language;
else
var language = navigator.browserLanguage;

/*-------------------------------------------------------------
Netscape instructions:
In Netscape, find the language you want to redirect by going to

Edit Menu --> Preferences...

Then click the '+' box next to 'Navigator' and click 'Languages'
Click 'Add' then find the languages you want and add them below.

---------------------------------------------------------------

Microsoft Internet Explorer instructions:
In MSIE, find the language you want to redirect by going to

Tools Menu --> Internet Options...

Then click the 'Languages' button near the bottom of the page.
Click 'Add' then find the languages you want and add them below.

-------------------------------------------------------------*/

if (language.indexOf('en') > -1) document.location.href = 'English.html';
else if (language.indexOf('nl') > -1) document.location.href = 'dutch.html';
else if (language.indexOf('fr') > -1) document.location.href = 'french.html';
else if (language.indexOf('de') > -1) document.location.href = 'german.html';
else if (language.indexOf('ja') > -1) document.location.href = 'japanese.html';
else if (language.indexOf('it') > -1) document.location.href = 'italian.html';
else if (language.indexOf('pt') > -1) document.location.href = 'portuguese.html';
else if (language.indexOf('es') > -1) document.location.href = 'Spanish.html';
else if (language.indexOf('sv') > -1) document.location.href = 'swedish.html';
else if (language.indexOf('zh') > -1) document.location.href = 'chinese.html';
else
document.location.href = 'English.html';
// End -->
</script><div class='small'>[이 게시물은 관리자님에 의해 2011-10-31 16:57:14 JavaScript에서 이동 됨]</div>
|
댓글을 작성하시려면 로그인이 필요합니다.

프로그램

8,188건
+
제목 글쓴이 날짜 조회
06-09-11 조회 3,223
06-09-10 조회 3,048
06-09-05 조회 5,388
06-09-02 조회 3,856
06-09-01 조회 3,214
06-09-01 조회 3,526
06-08-27 조회 3,317
06-08-27 조회 3,072
06-08-27 조회 2,824
06-08-27 조회 2,575
06-08-27 조회 2,483
06-08-25 조회 3,993
06-08-25 조회 2,481
06-08-23 조회 4,829
06-08-20 조회 3,566
06-08-19 조회 3,405
06-08-18 조회 2,829
06-08-18 조회 2,942
06-08-11 조회 4,103
06-08-10 조회 2,785
06-08-06 조회 4,461
06-08-05 조회 3,235
06-08-05 조회 2,733
06-07-31 조회 3,382
06-07-30 조회 2,922
06-07-29 조회 3,338
06-07-26 조회 2,855
06-07-26 조회 3,248
06-07-25 조회 3,729
06-07-20 조회 3,398
06-07-20 조회 3,659
06-07-19 조회 3,813
06-07-19 조회 2,878
06-07-19 조회 4,728
06-07-14 조회 3,674
06-07-13 조회 3,973
06-07-11 조회 3,034
06-07-11 조회 2,771
06-07-11 조회 4,707
06-07-11 조회 2,547
06-07-11 조회 2,915
06-06-24 조회 3,964
06-06-24 조회 3,421
06-06-13 조회 4,369
06-06-13 조회 3,272
06-06-11 조회 3,157
06-06-08 조회 3,224
06-06-08 조회 3,379
06-06-08 조회 3,803
06-06-07 조회 3,675
06-06-05 조회 3,890
06-06-02 조회 3,453
06-06-01 조회 4,107
06-05-28 조회 3,767
06-05-26 조회 4,335
06-05-22 조회 3,169
06-05-15 조회 3,626
06-05-14 조회 6,987
06-05-11 조회 3,538
06-05-11 조회 4,132
06-05-11 조회 3,600
06-05-11 조회 2,491
06-05-11 조회 2,762
06-05-11 조회 2,415
06-05-10 조회 3,887
06-05-09 조회 4,767
06-05-07 조회 2,568
06-05-07 조회 2,809
06-05-07 조회 2,513
06-05-06 조회 3,696
06-04-28 조회 3,364
06-04-25 조회 3,731
06-04-25 조회 3,461
06-04-22 조회 3,481
06-04-18 조회 4,488
06-04-14 조회 5,131
06-03-27 조회 3,801
06-03-06 조회 3,802
06-03-05 조회 5,109
06-02-24 조회 3,754
06-02-23 조회 4,168
06-02-22 조회 3,991
06-02-22 조회 3,299
06-01-15 조회 3,628
06-01-10 조회 3,593
06-01-05 조회 4,781
05-12-30 조회 5,495
05-12-23 조회 3,630
05-12-01 조회 3,360
05-09-29 조회 4,477
05-09-27 조회 4,867
05-09-22 조회 6,086
05-09-15 조회 3,010
05-09-08 조회 3,907
05-09-05 조회 5,618
05-09-01 조회 4,699
05-09-01 조회 5,817
05-08-21 조회 3,254
05-08-18 조회 3,597
05-08-17 조회 3,713