📄 yejiinput.asp
字号:
<!-- #include file="include/adovbs.inc" -->
<!-- #include file="include/dataconn.asp" -->
<!-- #include file="include/checksession.asp" -->
<%
Function GetCompanyYeji()
set CompanyYejiRs=nothing
set CompanyYejiRs=server.CreateObject("adodb.recordset")
YejiCount=0
sql = "SELECT MyCompnayYeji from CompanyYeji where ID=1"
CompanyYejiRs.Open sql,conn
if CompanyYejiRs.RecordCount>0 then
YejiCount=CompanyYejiRs("MyCompnayYeji")
end if
set CompanyYejiRs=nothing
GetCompanyYeji=YejiCount
End Function
%>
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=gb2312">
<title>无标题文档</title>
</head>
<body>
<br>
<br>
<form name="form1" method="post" action="YejiInputCheck.asp">
<table width="60%" border="1" align="center" cellpadding="0" cellspacing="0" bordercolordark="#FFFFFF">
<tr>
<td height="30" bgcolor="CCDDEE">
<div align="center">录入公司业绩</div></td>
</tr>
<tr>
<td height="40">
<div align="center">
<input name="CompnayYeji" type="text" value="<% =GetCompanyYeji() %>">
</div></td>
</tr>
<tr>
<td height="25">
<div align="center">
<input type="submit" name="Submit" value="提交">
</div></td>
</tr>
</table>
</form>
</body>
</html>
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -