日期:2014-05-17 浏览次数:20779 次
<%@ page language="java" import="java.util.*" pageEncoding="GBK"%> <jsp:directive.page import="dao.*"/> <jsp:directive.page import="domain.*"/> <% 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>My JSP 'ka_xiao_record_add.jsp' starting page</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"> --> <style type="text/css"> <!-- .style1 {color: #FF0000} .style3 { font-family: Arial, Helvetica, sans-serif; font-size: 36px; color: #0000FF; } --> </style> <script type="text/javascript"> function autocount(){ var AMOUN=document.getElementById('AMOUNT').value; var MONEY=document.getElementById('MONEY').value; document.getElementById('TOTAL_MONEY').value=AMOUN*MONEY; } </script> </head> <body> <h1 align="center" class="style3"> 卡销售 录入</h1> <td align="center"> <form action="ka_xiao" method="post" name="ka_xiao"> <table width="923&q