Save as hta file, just
The code is as follows:
<html>
<head>
<title>Wubi Font Coding Query Tool</title>
<metahttp-equiv="content-type"content="text/html;charset=gb2312"/>
<HTA:Application
MaximizeButton="No"
Icon="http://www.w3cg.net/WuBi/wb.ico"
Id="WuBiApp"
SingleInstance="Yes"
ContextMenu="Yes"
Sysmenu="Yes"
WindowState="Normal"
Border="Thin"
MinimizeButton="Yes"
ApplicationName=""
Version="1.0"
InnerBorder="No"
Caption="Yes"
ShowinTaskBar="No"
/>
<styletype="text/css">
<!--
body{background:#d4d0c8;}
*{font-family:Arial,sans-serif;font-size:9pt;color:#333;}
#main{width:100%;height:100%;}
textarea{line-height:130%;}
a:link,a:visited{text-decoration:none;}
-->
</style>
<scriptlanguage="javascript">
<!--
varurl="http://www.w3cg.net/wubi/";
varbtv1="You can select the function you want by changing the drop-down list box";
varbtv2="Thank you for sharing, you can click here to submit these Chinese character encoding information";
varbtv3="If you are sure you have written a message, please click here to submit it to the author";
varbtv4="Submitting data to the server, please wait....";
varxmlhttp;
try{
xmlhttp=newActiveXObject("Microsoft.XMLHTTP");
}
catch(e){
alert("Sorry, you cannot create system objects, please check your system settings.");
xmlhttp=false;
}
functiontrim(str){
str=str.replace(/^/s*/,"");
str=str.replace(//s*$/,"");
returnstr;
}
functionwindow.onload(){
varawidth,aheight;
varswidth,sheight;
awidth=600;
Aheight=300;
swidth=screen.width;
show=screen.height;
window.resizeTo(awidth,aheight);