?? add.asp
字號(hào):
<%if session("password")<>"" then%>
<HTML>
<HEAD>
<title>25175.com</title>
<link href="css.css" rel="stylesheet" type="text/css">
</HEAD>
<BODY>
<table width="760" border="0" align="center" cellpadding="0" cellspacing="0">
<tr>
<td height="25"><a href="index.asp">首頁(yè)</a> <a href="add.asp">添加試題</a> <a href="delete_all.asp">刪除試題</a> <a href="SEARCH.ASP">列出試題答案</a> <a href="change_password.asp">修改密碼</a> <a href="login.asp">登入</a> <a href="20050130_logout.asp">退出</a> <a href="http://www.25175.com">powered by 25175</a></td>
</tr>
</table>
<table width="760" border="0" align="center" cellpadding="0" cellspacing="0">
<tr>
<td>
<table border="0" cellpadding="0" cellspacing="0">
<form action="addnews.asp" method=post id=form1 name=form1>
<tr>
<td height="25"> 題目:</td>
<td><input name=text1 id="text1"></td>
</tr>
<tr>
<td height="25">選擇A:</td>
<td><input name=text2 id="text2"></td>
</tr>
<tr>
<td height="25">選擇B:</td>
<td><input name=text3 id="text3"></td>
</tr>
<tr>
<td height="25">選擇C:</td>
<td><input name=text4 id="text4"></td>
</tr>
<tr>
<td height="25">選擇D:</td>
<td><input name=text5 id="text5"></td>
</tr>
<tr>
<td height="25">正確答案: </td>
<td><input name=text6 id="text6"></td>
</tr>
<tr>
<td height="25" colspan=2> <input type="submit" value="添加" id=submit1 name=submit1></td>
</tr>
</form>
</table>
</td>
</tr>
</table>
</BODY>
</HTML>
<%else
Response.Redirect "20050130_loginagine.asp"
end if%>
?? 快捷鍵說明
復(fù)制代碼
Ctrl + C
搜索代碼
Ctrl + F
全屏模式
F11
切換主題
Ctrl + Shift + D
顯示快捷鍵
?
增大字號(hào)
Ctrl + =
減小字號(hào)
Ctrl + -