手机
当前位置:查字典教程网 >脚本专栏 >hta >hta实现的定时重启或关闭计算机的小工具
hta实现的定时重启或关闭计算机的小工具
摘要:♀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"

borderstyle="Normal"

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"style="text-align:right">

<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编写的软件管理工具0.1(IE7.0测试通过)

hta实现涂鸦效果代码

做一个困难重重的hta下载者

用hta+javascript实现替换网站被下木马网页中的iframe

用hta实现的桌面漂浮flash

创建一个在标题栏中没有“关闭”按钮的 HTA

hta 定时关机重启实现代码

hta 实现的五子棋界面

hta编写的消费记录程序

hta实现的笨狼XSLT练习器

精品推荐
分类导航