📄 peopledown1.asp
字号:
<html>
<head>
<title>Untitled Document</title>
<meta http-equiv="Content-Type" content="text/html; charset=gb2312">
<style>
INPUT {
BACKGROUND: url(images/);BORDER-BOTTOM: #333333 1px solid; BORDER-LEFT: #333333 1px solid; BORDER-RIGHT: #333333 1px solid; BORDER-TOP: #333333 1px solid; COLOR: #000000; FONT-SIZE: 13px
}
</style>
</head>
<body bgcolor="#FFFFFF" text="#000000" leftmargin="0" topmargin="0" marginwidth="0" marginheight="0">
<script language=javascript>
function onchoose() {
var a
var msg=""
a=parent.mainFrame.peoplenum-1
if (a<=0) {
alert("你还没有选择审批人")
return false;
}
parent.opener.document.form.hiddennum.value=a
for(i=0;i<a;i++)
{
msg=msg+parent.mainFrame.score[i]+";"
}
parent.opener.document.form.username.value=msg;
parent.close()
}
function oncancel() {
parent.close()
}
</script>
<table width="100%" height="100%" border="1" cellspacing="0" cellpadding="1" bordercolordark=white bordercolorlight=black >
<tr>
<td valign="top" >
<table cellspacing="0" cellpadding="2" width="100%" border="0" align="center" height="100%">
<tr bgcolor="#c8cfb8">
<td style="BACKGROUND-COLOR: #deefff" class=dotted-table align=center>
<input class="bttn" id="button1" onClick="onchoose();" type="button" value="确定" name="button1">
<input class="bttn" id="button2" onClick="oncancel();" type="button" value="取消" name="button2">
</td>
</tr>
</table>
</td>
</tr>
</table>
</body>
</html>
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -