admin管理员组

文章数量:1621466

<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3/1999/xhtml" >
<head>
    <script type="text/javascript"  >
        function loadIme() {
            var e = document.createElement('script');
            e.setAttribute('src', ' http://web.pinyin.sogou/web_ime/init.js');
            document.body.appendChild(e);
        }
    </script>
    <style type="text/css">
        #TextArea1
        {
            height: 199px;
            width: 239px;
        }
    </style>
</head>
<body οnlοad="loadIme()" >
    <textarea id="TextArea1">fdsfsd</textarea>
    <input type="button" value="关闭搜狗输入法" οnclick="loadIme();this.value= this.value =='关闭搜狗输入法'?'开启搜狗输入法':'关闭搜狗输入法';" />
</body>
</html>

本文标签: 搜狗输入法脚步加载页面