?? index.asp
字號:
<%
'session.abandon
'Server.ScriptTimeOut=500
function opendb(DBPath,sessionname,dbsort)
dim conn
'if not isobject(session(sessionname)) then
Set conn=Server.CreateObject("ADODB.Connection")
'if dbsort="accessdsn" then conn.Open "DSN=" & DBPath
'if dbsort="access" then conn.Open "driver={Microsoft Access Driver (*.mdb)};dbq=" & DBPath
'if dbsort="sqlserver" then conn.Open "DSN=" & DBPath & ";uid=wsw;pwd=wsw"
DBPath1=server.mappath("../db/jzud-oa.asa")
conn.Open "driver={Microsoft Access Driver (*.mdb)};dbq=" & DBPath1
set session(sessionname)=conn
'end if
set opendb=session(sessionname)
end function
%>
<%
'-----------------------------------------
oabusyname=request.cookies("oabusyname")
oabusyusername=request.cookies("oabusyusername")
oabusyuserdept=request.cookies("oabusyuserdept")
oabusyuserlevel=request.cookies("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>
on-line meeting
</title>
<meta http-equiv="Content-Type" content="text/html; charset=gb2312">
<style type="TEXT/CSS">
<!--
body,table {color:#202030;font-family: 宋體_GB2312; font-size: 9pt; line-height: 12pt}
A:link {text-decoration: none; color:#6060FF; font-family: "宋體"; font-size: 9pt; line-height: 12pt}
A:visited {text-decoration: none; color: #6060FF; font-family: "宋體"; font-size: 9pt; line-height: 12pt}
A:active {text-decoration: underline; color: #FF6000; font-family: "宋體"; font-size: 9pt; line-height: 12pt}
A:hover {text-decoration: underline; color:#FF6000; font-family: "宋體"; font-size: 9pt; line-height: 12pt}
A.B:link {text-decoration: none; color:#EFEFEF; font-family: "宋體"; font-size: 9pt; line-height: 12pt}
A.B:visited {text-decoration: none; color: #EFEFEF; font-family: "宋體"; font-size: 9pt; line-height: 12pt}
A.B:active {text-decoration: underline; color: #EFEFFE; font-family: "宋體"; font-size: 9pt; line-height: 12pt}
A.B:hover {text-decoration: underline; color:#EFEFFE; font-family: "宋體"; font-size: 9pt; line-height: 12pt}
-->
</style>
</head>
<%
LoginID=Session("LoginID")
if LoginID="" then LoginID=0
%>
<body>
<table width="100%" height="100%">
<tr><td>
<form action="enter.asp" target="main">
<table border="1" align="center" bordercolorlight="#808080" cellpadding="6" bordercolordark="#D4D0C8" width="400" cellspacing="0">
<tr align="center">
<td colspan="2" bgcolor="#D4D0C8"><a href="index.asp"><font color="#000000"><Big>一般網絡會議</Big></font></a></td>
</tr>
<tr align="center">
<td colspan="2" bgcolor="#D4D0C8"><a href="Meeting.asp"><font color="#000000"><Big>加密網絡會議</Big></font></a></td>
</tr>
<tr bgcolor="#CCCCCC">
<td bgcolor="#FFFFFF"> 用戶名:</td>
<td bgcolor="#FFFFFF">
<input type="text" name="UserName" value="<%=oabusyname%>"><BR></td></tr>
<tr bgcolor="#CCCCCC">
<td bgcolor="#FFFFFF"> 房間:</td>
<td bgcolor="#FFFFFF">
<select name="CRNAME" size="1">
<option value="Room1">會議室(一)</option>
<option value="Room2">會議室(二)</option>
<option value="Room3">會議室(三)</option>
<option value="Room4">會議室(四)</option>
</select>
</td></tr>
<tr align="center" bgcolor="#CCCCCC">
<td colspan="2" bgcolor="#FFFFFF">
<input type="submit" value=" 進 入 "></td></tr></table>
</form>
</td></tr></table>
</body>
</html>
<%Response.End%>
?? 快捷鍵說明
復制代碼
Ctrl + C
搜索代碼
Ctrl + F
全屏模式
F11
切換主題
Ctrl + Shift + D
顯示快捷鍵
?
增大字號
Ctrl + =
減小字號
Ctrl + -