CODE: [Copy to clipboard]
<html>
<title>Dict.cn 海词 - zh159@bbs.cn-dos.net</title>
<HTA:APPLICATION
ID="MyhyliApp"
APPLICATIONNAME="Dict.cn 海词"
BORDER="thin"
BORDERSTYLE=""
VERSION="1.0"
SCROLL="no"
INNERBORDER="no"
CONTEXTMENU="yes"
CAPTION="yes"
MAXIMIZEBUTTON="no"
MINIMIZEBUTTON="yes"
SHOWINTASKBAR="yes"
SINGLEINSTANCE="yes"
SYSMENU="yes"
WINDOWSTATE="normal"
NAVIGABLE="yes"
/>
</head>
<script src="http://dict.cn/hc/" type="text/javascript"></script>
<script language="VBScript">
width=400
height=400
window.resizeTo width, height
ileft=(window.screen.width-width)/2
itop=(window.screen.height-height)/2
window.moveTo ileft,itop
</script>
<style>
input {font: 15px 宋体; width:150; height:50; border:1px solid royalblue;}
</style>
<body style="FILTER: progid:DXImageTransform.Microsoft.Gradient(gradientType=0,startColorStr=#10bfff,endColorStr=#007db2);">
<table style="font: 15px 宋体;">
<tr align="center">
<td><input type="text" value="输入"></td>
</tr>
<tr align="center">
<td>输入完毕后双击输入框右下角选中全部即可</td>
</tr>
</table>
</body>
<script type="text/javascript">
dictInit();
</script>
<html>