view.jsp

来自「A brew application taking backup of the 」· JSP 代码 · 共 40 行

JSP
40
字号
<%--     Document   : View    Created on : Jan 14, 2009, 2:07:03 PM    Author     : @n@--%><%@page contentType="text/html" pageEncoding="UTF-8"%><%@page import="MyPackage1.*" %><!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"   "http://www.w3.org/TR/html4/loose.dtd"><html>    <head>        <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">        <title>JSP Page</title>    </head>    <body bgcolor="pink">        <form method="post" action="ViewData.jsp">            <h3> <p align="center"> Mobile Database  </p> </h3>            <br><br>                <table cellspacing="5" cellpadding="5" bgcolor="lightblue" align="center">                    <tr>                        <td>                            Enter Pin No:                        </td>                        <td>                            <input type="text" id="txt" name="pinNo">                        </td>                    </tr>                    <tr>                        <td></td>                        <td>                            <input type="submit" value="Submit">                        </td>                    </tr>                                   </table>        </form>    </body></html>

⌨️ 快捷键说明

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