?? main.asp
字號:
<%response.expires=0%>
<%Response.Buffer=true%>
<!-- #include file="../conn_lr.asp"-->
<!-- #include file="../css.asp"-->
<%
oabusyname=session("oabusyname")
oabusyusername=session("oabusyusername")
oabusyuserdept=session("oabusyuserdept")
oabusyuserlevel=session("oabusyuserlevel")
if oabusyusername="" then
response.write("<script language=""javascript"">")
response.write("window.top.location.href='../../default.asp';")
response.write("</script>")
response.end
end if
%>
<html>
<head>
<title>Untitled Document</title>
<meta http-equiv="Content-Type" content="text/html; charset=gb2312">
</head>
<body bgcolor="#FFFFFF" text="#000000">
<form name="d" method="post" action="../dbdisp/disp.asp">
<input type="hidden" name="opFlag" value="">
<%
set rs=server.createobject("adodb.recordset")
sql="select * from userinf where username='" & oabusyusername&"'"
rs.open sql,oconn,1,1
allow_car_manage=rs("allow_car_manage")
if allow_car_manage="yes" then
%>
<input type="hidden" name="LinkFlag" value="000111">
<input type="hidden" name="EnabledAddNew" value="no">
<% else %>
<input type="hidden" name="LinkFlag" value="000100">
<input type="hidden" name="EnabledAddNew" value="no">
<% end if %>
<input type="hidden" name="EditFile" value="../cartiaopei/edit.asp">
<input type="hidden" name="mFiledsCount" value="8">
<input type="hidden" name="mFileds" value="(select Cchexin from carmanage where carmanage.Cbianhao=cinformation.Cbianhao),(select Cchepai from carmanage where carmanage.Cbianhao=cinformation.Cbianhao),Cyyzhe,Cyyriqi,Cyyqixian,Csyzhe,Csyqixian,Cfenpei,">
<input type="hidden" name="mFiledsCaptions" value="車型,車牌,預約者,預約日期,預約使用期限,使用者,使用期限,分配情況,">
<input type="hidden" name="mFiledsWidths" value=",80,60,100,0,60,0,80,">
<input type="hidden" name="mSortBy2" value="Cyyriqi">
<input type="hidden" name="DispFile" value="../cartiaopei/disp.asp">
<input type="hidden" name="mTable" value="cinformation">
<input type="hidden" name="mTitle" value="車輛調配">
<input type="hidden" name="mImage" value="../images/car.gif">
</form>
<script language=jscript>
document.all.d.submit()
</script>
</body>
</html>
?? 快捷鍵說明
復制代碼
Ctrl + C
搜索代碼
Ctrl + F
全屏模式
F11
切換主題
Ctrl + Shift + D
顯示快捷鍵
?
增大字號
Ctrl + =
減小字號
Ctrl + -