?? createjs.asp
字號:
<%@ Language=VBScript %>
<!--#include file=conn.asp -->
<%
IF not(Session("KEY")="super" or Session("KEY")="input") THEN
response.redirect "login.asp"
response.end
END IF
%>
<html>
<head>
<meta http-equiv="Content-Language" content="zh-cn">
<meta http-equiv="Content-Type" content="text/html; charset=gb2312">
<LINK href=site.css rel=stylesheet>
</head>
<body>
<p> </p>
<form method="POST" action="CreateJS2.asp">
<table border="0" width="588" align=center>
<tr>
<td colspan="2" width="588"><b>增加新聞</b></td>
</tr>
<tr>
<td colspan="2" width="588">
<hr size="1">
</td>
</tr>
<tr>
<td colspan=2>請輸入首頁需要的新聞條數:<input type=text name=NewsNum size=7></td>
</tr>
<tr>
<td width="120"> .</td>
<td width="468"></td>
</tr>
<tr>
<td colspan=2>請選擇生成的文件的類型?</td>
</tr>
<tr>
<td width="120"></td>
<td width="468"><input type="radio" value="ASP" checked name="FileType">ASP <input type="radio" value="JS" name="FileType">JS</td>
</tr>
<tr>
<td width="120"></td>
<td width="468"></td>
</tr>
<tr>
<td width="588" colspan=2><hr size=1></td>
</tr>
<tr>
<td colspan="2" width="588" align="center"><input type="submit" value=" 開始創建>> " name="B1"></td>
</tr>
</table>
</form>
</body>
</html>
<%
conn.close
set conn=nothing
%>
?? 快捷鍵說明
復制代碼
Ctrl + C
搜索代碼
Ctrl + F
全屏模式
F11
切換主題
Ctrl + Shift + D
顯示快捷鍵
?
增大字號
Ctrl + =
減小字號
Ctrl + -