• Java web find_stu_3_tijiao.jsp


    <%@ page language="java" pageEncoding="UTF-8"%>
    <!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>查询条件提交页面</title>
    </head>
    <body>
    请选择查询条件<hr width="100%" size="3">
    <form action="find_stu_3.jsp" method="post">
    性别:男<input type="radio" value="男" name="sex" checked="checked">
    女<input type="radio" value="女" name="sex"><br><br>
    体重范围:<p>&nbsp;&nbsp;&nbsp;&nbsp;
    最小<input type="text" name="w1" value=" "><br><br>
    &nbsp;&nbsp;&nbsp;&nbsp;
    最大<input type="text" name="w2" value=" "><p>
    <input type="submit" value="提 交">
    &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;
    <input type="reset" value="取 消">
    </form>
    </body>
    </html>

  • 相关阅读:
    配置缓存过期时间
    浏览器读取缓存流程
    nginx做代理的优化
    系统优化
    每日总结2.2
    每日总结2.1
    《构建之法》阅读笔记三
    每日总结1.29
    每日总结1.28
    每日总结1.27
  • 原文地址:https://www.cnblogs.com/meng2/p/7732752.html
Copyright © 2020-2023  润新知