用hta[javascript]写的定时重启或关机的小工具_hta教程-查字典教程网
用hta[javascript]写的定时重启或关机的小工具
用hta[javascript]写的定时重启或关机的小工具
发布时间:2016-12-28 来源:查字典编辑
摘要:Description:一个用于定时重启或关闭计算机的小工具,适用于Windows2K/XP/2003Author:十一狼Email:112...

Description: 一个用于定时重启或关闭计算机的小工具,适用于Windows 2K/XP/2003

Author: 十一狼

Email: 112183883@163.com

QQ: 112183883

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

复制代码 代码如下:

<------------------WindowsTimer---------------------------------------------

Description:一个用于定时重启或关闭计算机的小工具,适用于Windows2K/XP/2003

Author:十一狼

Email:112183883@163.com

QQ:112183883

WebSite:http://www.w3cg.net/

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

-->

<html>

<head>

<title>♀Windows系统计时器♀</title>

<metahttp-equiv="content-type"content="text/html;charset=gb2312">

<hta:application

id="WTimer"

maximizebutton="No"

minimizebutton="Yes"

singleinstance="Yes"

contextmenu="Yes"

sysmenu="Yes"

version="1.0"

innerborder="No"

caption="Yes"

showintaskbar="Yes"

border="Normal"

border

applicationname="WindowsTimer"

icon="TimerIco.ico"

/>

<Styletype="text/css">

<>

</Style>

<ScriptLanguage="JavaScript">

<>

</Script>

</head>

<body>

<fieldset>

<tablewidth="100%"border="1"cellpadding="4"cellspacing="3">

<formname="form1">

<tr>

<tdwidth="25%">设定时间:</td>

<tdwidth="75%"><inputtype="text"name="time"size="20"value=""onkeypress="ResponseKeyPress()"/>

<selectname="mod_time">

<optionvalue="mod_minute">分钟</option>

<optionvalue="mod_second">秒钟</option>

</select>

</td>

</tr>

<tr>

<td>功能选择:</td>

<td>

<inputtype="radio"name="operation"value="rWin"checked="checked"/>重启

<inputtype="radio"name="operation"value="cWin"/>关机

</td>

</tr>

<tr>

<tdcolspan="2">

<inputtype="button"name="StartButton"value="应用"onclick="Timer_Start()"/>

<inputtype="button"name="StopButton"value="取消"onclick="Timer_Stop()"/>

<inputtype="button"name="ExitButton"value="退出"onclick="Timer_Quit()"/>

</td>

</tr>

</form>

</table>

</fieldset>

<divid="footerinfo">

<divid="left"></div>

<divid="right">

作者:<ahref="http://www.w3cg.net/"title="访问作者博客">十一狼</a>

</div>

</div>

</body>

</html>

近日无事,想起以前曾打算过要做一个定时重启或关机的工具,便花了一点时间以hta的形式写了个,名为"Windows Timer",截图如下:

如果有朋友需要,可以点此链接下载:本地下载

相关阅读
推荐文章
猜你喜欢
附近的人在看
推荐阅读
拓展阅读
  • 大家都在看
  • 小编推荐
  • 猜你喜欢
  • 最新hta学习
    热门hta学习
    脚本专栏子分类