📄 right.asp
字号:
<!--#include file="check.asp"-->
<!--#include file="connect.asp"-->
<%
set bzwb=server.createobject("oaserver.right")
bzwb.main(conn)
%>
<script language="javascript" src="apply.js">
</script>
<script language="JavaScript">
function timestart() {
if (!confirm("您确定要签到吗?"))
{
document.form.flag.value=""
return false}
else
{
document.form.flag.value="timestart"
}
}
function timeend() {
if (!confirm("您确定要签退吗?"))
{
document.form.flag.value=""
return false
}
else
{
document.form.flag.value="timeend"
}
}
function marquee1()
{
document.write("<marquee behavior=scroll direction=up width='100%' height=85 scrollamount=1 scrolldelay=1 onmouseover='this.stop()' onmouseout='this.start()'>" )
}
</script>
<%
bzwb.main1(conn)
%>
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -