zaixiantiwen.jsp

来自「这是超市系统·有SQL数据库·属于毕业设计」· JSP 代码 · 共 39 行

JSP
39
字号
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
  <div>
    <table cellspacing="0" cellpadding="0" width="100%" border="1" style="border-collapse: collapse" bordercolor="#CCCCCC" height="134">
      <tr>
        <td align="center" height="29" bgcolor="#FFFFCC">在线提问</td>
      </tr>
      <tr>
        <td id="biaodan" height="105" style="padding:8px;" valign="top">
                <table cellSpacing="0" cellPadding="0" width="100%" border="0">
                  <form target="frmHidden" action="/main.do?event=doAskOnlie" method="post">
                    <tr>
                      <td class="t_bottom" align="right" width="100" height="24">
                      标题:</td>
                      <td class="t_bottom" width="10" height="24">&nbsp;</td>
                      <td class="t_bottom" height="24">
                      <input class="input" size="30" name="title"></td>
                    </tr>
                    <tr>
                      <td class="t_bottom" align="right" height="24">内容:</td>
                      <td class="t_bottom" height="24">&nbsp;</td>
                      <td class="t_bottom" height="24">
                      <textarea class="input" name="content" rows="5" cols="30"></textarea>
                      </td>
                    </tr>
                    <tr>
                      <td align="right" height="24">&nbsp;</td>
                      <td height="24">&nbsp;</td>
                      <td height="40"><input type="submit" value="发送"></td>
                    </tr>
                  </form>
                </table>
        </td>
          </tr>
        </table>
        </td>
      </tr>
    </table>
  </div>

⌨️ 快捷键说明

复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?