⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 view.jsp

📁 A brew application taking backup of the device
💻 JSP
字号:
<%--     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 + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -