📄 table.asp
字号:
<!-- #include file="../Common/Cls_DbProcess2.1.asp" -->
<!-- #include file="../view_market_bonus/Cls_view_market_bonus.asp" -->
<!-- #include file="../pub/conn.asp" -->
<!-- #include file="../pub/fun.asp" -->
<%call checklogin()%>
<%
sql = "select top 6 * from view_market_bonus where employee_id="&session("emp")
set rs = conn.execute(sql)
dim prize(6,2)
k=1
do while not rs.eof
prize(k,2)=rs("project_name")
prize(k,1)=round(rs("mbonus_prize"),2)
k=k+1
rs.movenext
loop
salary_no=6
%>
<html xmlns:v="urn:schemas-microsoft-com:vml" xmlns:o="urn:schemas-microsoft-com:office:office">
<!--[if !mso]>
<style>
v\:* { behavior: url(#default#VML) }
o\:* { behavior: url(#default#VML) }
.shape { behavior: url(#default#VML) }
</style>
<![endif]-->
<head>
<meta http-equiv="Content-Type" content="text/html; charset=gb2312">
<title></title>
<style>
TD { FONT-SIZE: 9pt}
</style></head>
<body topmargin=5 leftmargin=0 scroll=AUTO>
<%
call table1(prize,2,50,20,30,500,200,"A")
%>
</body>
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -