?? datee.jsp~7~
字號:
<%@ page contentType="text/html; charset=GB2312" %>
<html>
<head>
<title>
datee
</title>
</head>
<body>
<script language="JavaScript">
var enabled=0;
function TOfunc() {
TO = window.setTimeout( "TOfunc()", 1000
);
var today = new Date();
document.clock.disp.value =
today.toLocaleString();
}
</script>
<form name="clock">
<input type="text" name="disp" value="" size=20
onFocus="this.blur()" >
<br>
<input type="radio" name="rad" value="off"
onClick="
if( enabled==1 )
{
document.clock.disp.value='';
clearTimeout( TO );
enabled = 0;
}
" checked>
關(guān)<font color="#FFFF99"> </font>
<input type="radio" name="rad" value="on"
onClick="
if( enabled == 0 ) {
var TO = setTimeout( 'TOfunc()', 1000 );
enabled = 1; }" >
開<font color="#FFFF99"> </font>
<div>
<div align="center" class="12a"><!--728*90><--><br>IK8提供技術(shù)支持;本特效來自IK8.com</div>
</div> </FORM>
</body>
</html>
?? 快捷鍵說明
復(fù)制代碼
Ctrl + C
搜索代碼
Ctrl + F
全屏模式
F11
切換主題
Ctrl + Shift + D
顯示快捷鍵
?
增大字號
Ctrl + =
減小字號
Ctrl + -