?? input.jsp
字號:
<%@ page contentType="text/html; charset=GBK" %>
<html>
<head>
<title>Untitled Document</title>
<meta http-equiv="Content-Type" content="text/html; charset=gb2312">
<style type="text/css">
<!--
.n9pt { font-size: 9pt}
-->
</style>
</head>
<body bgcolor="#FFFFFF">
<form name="form1" method="pose" action=add.jsp target=main>
<table width="90%" border="0" cellpadding="0" cellspacing="0" class="n9pt">
<tr>
<td width="12%">
<div align="right">發(fā)表人:</div>
</td>
<td colspan="3" width="88%">
<input type="text" name="author" size="81">
</td>
</tr>
<tr>
<td width="12%">
<div align="right">標(biāo)題:</div>
</td>
<td colspan="3" width="88%">
<input type="text" name="title" size="81">
</td>
</tr>
<tr>
<td width="12%" valign="top">
<div align="right">內(nèi)容:</div>
</td>
<td colspan="3" width="88%">
<textarea name="content" cols="80" rows="6"></textarea>
</td>
</tr>
<tr>
<td colspan="4" >
<br>
<div align="center">
<input type="submit" name="Submit" value="提交">
<input type="reset" name="reset" value="重新填寫">
</div>
</td>
</tr>
</table>
</form>
</body>
</html>
?? 快捷鍵說明
復(fù)制代碼
Ctrl + C
搜索代碼
Ctrl + F
全屏模式
F11
切換主題
Ctrl + Shift + D
顯示快捷鍵
?
增大字號
Ctrl + =
減小字號
Ctrl + -