hta实现的定时重启或关闭计算机的小工具_hta教程-查字典教程网
hta实现的定时重启或关闭计算机的小工具
hta实现的定时重启或关闭计算机的小工具
发布时间:2017-01-07 来源:查字典编辑
摘要:♀Windows系统计时器♀设定时间:分钟秒钟功能选择:重启关机windowtimer.rar

<-----------------------------------------------------------------------------

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>

</body>

</html>

windowtimer.rar

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