Connecting The Dots

아빠의 우주연구

User Tools

Site Tools


sidebar

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revision Previous revision
Next revision
Previous revision
sidebar [2024/06/04 23:04]
admin
sidebar [2024/09/07 14:05] (current)
admin Papago 웹번역 서비스 종료
Line 1: Line 1:
-<​html>​ 
-    <​label>​Auto Translation:</​label>​ 
-    <select id="​voice"​ onchange="​chageLangSelect()">​ 
-        <option value="​Kor"​ selected="​selected">​Korean(None)</​option> ​   ​ 
-        <option value="​Eng">​Engish</​option>​ 
-        <option value="​Jpn">​Japanese</​option>​ 
-    </​select>​ 
-</​html>​ 
----- 
-<​html>​ 
-    <​script>​ 
-    function onLoadVisibleCheck() 
-    { 
-        if (isOnAutoTranslation()) 
-        { 
-            var div = document.getElementById('​div_autoTranslateMenu'​);​ 
-            // hide 
-            div.style.visibility = '​hidden';​ 
-            window.alert('​hidden'​);​ 
-        } 
-    } 
-    ​ 
-    function chageLangSelect() 
-    { 
-        var langSelect = document.getElementById("​voice"​);​ 
-        switch(langSelect.options[langSelect.selectedIndex].value) { 
-            case "​Eng":​ 
-                window.location.href = '​https://​papago.naver.net/​website?​locale=en&​source=ko&​target=en&​url='​ + window.location.href;​ 
-            break; 
-            case "​Jpn":​ 
-                window.location.href = '​https://​papago.naver.net/​website?​locale=en&​source=ko&​target=ja&​url='​ + window.location.href;​ 
-            break; 
-            default: 
-            // code block 
-        } 
-    } 
-    ​ 
-    function isOnAutoTranslation() 
-    { 
-        var url = window.location.href;​ 
-        var index = url.indexOf('​https://​papago.naver.net'​);​ 
-        if (index < 0) 
-        { 
-            return false; 
-        } 
-        else 
-        { 
-            return true; 
-        }    
-    } 
-    onLoadVisibleCheck();​ 
-    </​script>​ 
-</​html>​ 
- 
 **서문:** [[ctd|Connecting The Dots]] **서문:** [[ctd|Connecting The Dots]]
  
sidebar.1717509884.txt.gz · Last modified: 2024/06/04 23:04 by admin