?? head.asp
字號(hào):
<!--#include file=conn.asp-->
<%
set conn=server.createobject("adodb.connection")
conn.open connstr
set rs=conn.execute("select * from config")
webtitle=rs("webtitle")
conn.close
%>
<html>
<head>
<title><%=webtitle%></title>
<meta http-equiv="Content-Type" content="text/html; charset=gb2312">
<META name=KEYWORDS content="馳志網(wǎng)絡(luò)資源交流中心,www.58down.com">
<meta NAME="author" CONTENT="馳志網(wǎng)絡(luò)">
<meta NAME="copyright" content="Copyright 2003-2008 - 馳志網(wǎng)絡(luò) - 不飛的天使">
<link href="favicon.ico" rel="shortcut icon">
<link href="Style.css" rel="stylesheet" type="text/css">
</head>
<body bgcolor="#D1D1D1" leftmargin="0" topmargin="0" marginwidth="0" marginheight="0" >
<br>
?? 快捷鍵說明
復(fù)制代碼
Ctrl + C
搜索代碼
Ctrl + F
全屏模式
F11
切換主題
Ctrl + Shift + D
顯示快捷鍵
?
增大字號(hào)
Ctrl + =
減小字號(hào)
Ctrl + -