?? newsadd2.asp
字號:
<!--#include file="checkUser.asp"-->
<html>
<head>
<title>新聞添加</title>
<meta http-equiv="Content-Type" content="text/html; charset=gb2312">
<link rel="stylesheet" href="../main.css" type="text/css">
</head>
<body bgcolor="#9CC7EF" text="#000000" leftmargin="0" topmargin="3">
<form name="form1" action="saveNewsAdd2.asp" method="post">
<table width="98%" border="1" bordercolordark=#9CC7EF bordercolorlight=#145AA0 cellspacing="0" cellpadding="2" align="center">
<tr bgcolor="#4296E7">
<td height="26" colspan="2"> <div align="center"><font color="#FFFFFF">添加</font></div></td>
</tr>
<tr>
<td nowrap>標題</td>
<td> <input type="text" name="title" size="45">
</td>
</tr>
<tr>
<td nowrap colspan="2">內容 </td>
</tr>
<tr>
<td nowrap colspan="2"> <textarea name="content" cols="78" rows="20"></textarea>
</td>
</tr>
<tr bgcolor="#4296E7">
<td colspan="2" height="24"> <div align="center">
<input type="submit" name="Submit" value="添加">
</div></td>
</tr>
</table>
</form>
</body>
</html>
?? 快捷鍵說明
復制代碼
Ctrl + C
搜索代碼
Ctrl + F
全屏模式
F11
切換主題
Ctrl + Shift + D
顯示快捷鍵
?
增大字號
Ctrl + =
減小字號
Ctrl + -