?? 復件 common.asp
字號:
<!--
文 件 名:common.asp
模塊名稱:立人信息系統公共界面
模塊描述:立人信息系統公共界面
創建日期:2002-5-22
創 建 人:羅向東
-->
<!-- #include file="../inc/css.asp" -->
<%'如果主題未讀取則讀取主題
if Session("isloadcss")<>"yes" then
Session("isloadcss")="yes"
SET rs=Server.CreateObject("ADODB.RecordSet")
rs.ActiveConnection = Session("conn")
rs.CursorType = 1
rs.LockType = 1
rs.open("select * from csstable where vstylename='"+Session("Css")+"'")
for k=0 to rs.Fields.count-1
if rs.Fields(k).name<>"ID" then Session(rs.Fields(k).name)=rs.Fields(k).value
next
Session("cssid")=rs("ID")
rs.close
Session("mailaddroot")="../" & session("DataBase") & "/file/" '郵件附件路徑
set rs=nothing
end if
%>
<html>
<head>
<title><%=session("Company")%>網絡辦公系統 </title>
<meta http-equiv=Content-Type content="text/html; charset=gb2312">
</head>
<script>
window.onunload=exitit
function exitit()
{
//window.location.href='../exit.asp'
}
</script>
<frameset name=mme border=0 framespacing=0 rows=80,20,*,20 frameborder=0 style="border:none">
<frame name=top marginwidth=0 marginheight=0 src="top.asp" frameborder=NO scrolling=no noresize>
<frame name=topmenu marginwidth=0 marginheight=0 src="topmenu.asp" frameborder=NO scrolling=no noresize>
<frameset name=mm id=mm border=0 framespacing=0 frameborder=0 cols="180,*">
<frame name="left" marginwidth=0 marginheight=0 src="left.asp" frameborder=no scrolling=no >
<frame name="main" frameborder=NO src="<%=session("StartPage")%>">
</frameset>
<frame name=bottom marginwidth=0 marginheight=0 src="bottom.asp" frameborder=NO scrolling=no noresize>
</frameset><noframes></noframes>
</html>
?? 快捷鍵說明
復制代碼
Ctrl + C
搜索代碼
Ctrl + F
全屏模式
F11
切換主題
Ctrl + Shift + D
顯示快捷鍵
?
增大字號
Ctrl + =
減小字號
Ctrl + -