adminnew.asp

来自「使用asp+sql编写的的各种程序案例」· ASP 代码 · 共 64 行

ASP
64
字号
<%@ Language=VBScript %>
<% 
'wrong login ...?
if session("login") <> "yes" then
	Response.Redirect ("adminlog.asp")
end if
%>
<html>
<head>
<title>Untitled Document</title>
<meta http-equiv="Content-Type" content="text/html; charset=windows-1250">
<link rel="stylesheet" href="stili.css" type="text/css">
</head>

<body bgcolor="#ffffff" text="#000000">
<form name="form1" method="post" action="adminupdnew.asp">
<table border="1" cellspacing="0" align="center" style="BORDER-COLLAPSE: collapse" cellpadding="10" bordercolor="#000000" width="350" class="nortxtv10">
<tr> 
	
<td bgcolor="#add8e6" align="left" nowrap><b>&#26032;&#24314;&#25237;&#31080;&#20027;&#39064;</b><br><BR>&#20027;&#39064;&#21517;&#31216;
<br>

<input name="title" size="50">
&nbsp;<br>
<br>
&nbsp;&nbsp;1. 
<input name="1" size="45" >
<br>
&nbsp;&nbsp;2. 
<input name="2" size="45" >
<br>
&nbsp;&nbsp;3. 
<input name="3" size="45" >
<br>
&nbsp;&nbsp;4. 
<input name="4" size="45" >
<br>
&nbsp;&nbsp;5. 
<input name="5" size="45" >
<br>
&nbsp;&nbsp;6. 
<input name="6" size="45" >
<br>
&nbsp;&nbsp;7. 
<input name="7" size="45" >
<br>
&nbsp;&nbsp;8. 
<input name="8" size="45" >
<br>
&nbsp;&nbsp;9. 
<input name="9" size="45" >
<br>
10. 
<input name="10" size="45">
<br>
<br>
&nbsp;&nbsp;<input type="image" name="upd" height=17 src="images/upd.gif" width=50 align=absMiddle> 
<a href="admintit.asp"><IMG height=17 border="0" src="images/canc.gif" width=50 align=absMiddle></a></td>
</tr>
</table>
</form>
</body>
</html>

⌨️ 快捷键说明

复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?