📄 adminnew.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>新建投票主题</b><br><BR>主题名称
<br>
<input name="title" size="50">
<br>
<br>
1.
<input name="1" size="45" >
<br>
2.
<input name="2" size="45" >
<br>
3.
<input name="3" size="45" >
<br>
4.
<input name="4" size="45" >
<br>
5.
<input name="5" size="45" >
<br>
6.
<input name="6" size="45" >
<br>
7.
<input name="7" size="45" >
<br>
8.
<input name="8" size="45" >
<br>
9.
<input name="9" size="45" >
<br>
10.
<input name="10" size="45">
<br>
<br>
<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 + -