首页 > 其他 > 详细

按键三:按照条件修改信息

时间:2017-12-11 21:55:43      阅读:190      评论:0      收藏:0      [点我收藏+]

<%@ page language="java" import="java.util.*" import="java.sql.*" pageEncoding="UTF-8"%>
<%
String path = request.getContextPath();
String basePath = request.getScheme()+"://"+request.getServerName()+":"+request.getServerPort()+path+"/";
%>

<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
<head>
<base href="<%=basePath%>">

<title>修改记录页面</title>

<meta http-equiv="pragma" content="no-cache">
<meta http-equiv="cache-control" content="no-cache">
<meta http-equiv="expires" content="0">
<meta http-equiv="keywords" content="keyword1,keyword2,keyword3">
<meta http-equiv="description" content="This is my page">
<!--
<link rel="stylesheet" type="text/css" href="styles.css">
-->
<script language="javascript">
function isvalib(from){
if(from.sushe.value="")
{
alert("宿舍号不能为空");
return false
}
else
return true}
</script>

<body>
<form action="update_stu_3.jsp" method="post"><br>
宿舍号</td></td> <input type="text" name="sushe"/><br><br>
订水数量(数量)</td></td> <input name="shuliang2"> </td></tr>
接单状态(YES或者NO)</td></td> <input name="jiedan2"> </td></tr>
送单状态(YES或者NO)</td></td> <input name="song2"> </td></tr>
<input type ="submit" value="提交"/>&nbsp;&nbsp;&nbsp;&nbsp;
<input type="reset" value="取消 "/>
<style type="text/css">
body{
background:url("image/444.jpg");
background-size:100%;
}
</strong>

</p>
</form>

按键三:按照条件修改信息

原文:http://www.cnblogs.com/lozjl/p/8025071.html

(0)
(0)
   
举报
评论 一句话评论(0
关于我们 - 联系我们 - 留言反馈 - 联系我们:wmxa8@hotmail.com
© 2014 bubuko.com 版权所有
打开技术之扣,分享程序人生!