⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 adminnew.asp

📁 ASP+SQL Server动态网站开发从基础到实践教程
💻 ASP
字号:
<%@ 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 + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -