JAVAEE-based-parking-manage.../tingchechang/WebContent/huiyuan/huiyuan_zhifu.jsp

80 lines
2.5 KiB
Plaintext

<%@ page language="java" contentType="text/html; charset=GB18030"
pageEncoding="GB18030"%>
<!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=GB18030">
<title>Insert title here</title>
<link href="../css/style.css" rel="stylesheet" type="text/css">
<script language="javascript">
function check(){
if(form1.username.value==""){
alert("输入会员名称!");form1.username.focus();return false;
}
if(form1.jine.value==""){
alert("输入金额!");form1.jine.focus();return false;
}
}
</script>
</head>
<body>
<table width="985" height="548" border="0" cellpadding="0"
cellspacing="0">
<tr>
<td valign="top" background="../image/RIGHT.jpg"><table
width="985" height="50" border="0" cellpadding="0" cellspacing="0">
<tr>
<td>&nbsp;</td>
</tr>
</table>
<form id="form1" name="form1" method="post"
action="h_zhifu_chuli.jsp" onSubmit="return check()">
<table width="493" border="0" cellspacing="0" cellpadding="0">
<tr>
<td height="30" colspan="2" align="center">会员支付</td>
</tr>
<tr>
<td width="40">&nbsp;</td>
<td width="945" height="25">会员名称: <input name="username"
type="text" id="username" /></td>
</tr>
<tr>
<td width="40">&nbsp;</td>
<td width="945" height="25">账户类型: <input name="yonghu_type"
type="text" id="yonghu_type" value="会员支付" readonly /></td>
</tr>
<tr>
<td width="40">&nbsp;</td>
<td width="945" height="25">支付方式: <select name="zhifu_type">
<option value="刷卡" selected="selected">刷卡</option>
<option value="现金">现金</option>
<option value="支付宝">支付宝</option>
</select>
</td>
</tr>
<tr>
<td width="40">&nbsp;</td>
<td width="945" height="25">支付金额: <input name="jine"
type="text" id="jine" /></td>
</tr>
<tr>
<td>&nbsp;</td>
<td height="25">备注说明: <textarea name="beizhu" cols="40"
rows="3" id="beizhu"></textarea></td>
</tr>
<tr>
<td>&nbsp;</td>
<td height="35">&nbsp; &nbsp; <input type="submit"
name="Submit" value="添加" /> &nbsp;&nbsp; <input type="reset"
name="Submit2" value="重置" /></td>
</tr>
</table>
</form></td>
</tr>
</table>
</body>
</html>