第一次提交
This commit is contained in:
69
tomcat/webapps/sm/zjck.jsp
Normal file
69
tomcat/webapps/sm/zjck.jsp
Normal file
@@ -0,0 +1,69 @@
|
||||
<%@ page contentType="text/html; charset=GBK" %>
|
||||
<%@ page import="com.zcsoft.stock.StockCell"%>
|
||||
<%@ page import="com.zcsoft.stock.Instruction"%>
|
||||
<%@ page import="com.zcsoft.client.*"%>
|
||||
<html><head>
|
||||
<title>ֱ<>ӳ<EFBFBD><D3B3><EFBFBD><EFBFBD><EFBFBD>ҵ</title>
|
||||
<link rel="stylesheet" type="text/css" href="css/sm.css">
|
||||
<script type="text/javascript" src="script/ajax.js"></script>
|
||||
</head>
|
||||
<body>
|
||||
<form name=kwxx onsubmit="return check(false);">
|
||||
<table align="center">
|
||||
<tr><td><3E><> <3B><> <3B>ڣ<EFBFBD><td><td><select name=entrance>
|
||||
<option value="L9">L9</option>
|
||||
<option value="L10">L10</option>
|
||||
<option value="L11">L11</option>
|
||||
</select>
|
||||
<tr><td><3E><>ѡ<EFBFBD><D1A1>λ<EFBFBD><CEBB><td><td><input name=ckkw type=text size=9 maxlength=6>
|
||||
<tr><td colspan=2><input name=submit type=submit value="<22><> <20><>">
|
||||
</table>
|
||||
</form>
|
||||
<script language="javascript">
|
||||
|
||||
function check(onstart)
|
||||
{
|
||||
var kwxx = document.forms["kwxx"];
|
||||
var ckkw = kwxx.ckkw.value;
|
||||
if (onstart || ckkw.length == 0)
|
||||
{
|
||||
focusInput(kwxx.ckkw);
|
||||
return false;
|
||||
}
|
||||
else
|
||||
{
|
||||
var argument = new Array("ckkw", ckkw);
|
||||
postRequest("qtp.jsp", argument, successQctp);
|
||||
}
|
||||
return false;
|
||||
}
|
||||
|
||||
//ȡ<><C8A1><EFBFBD>̲<EFBFBD><CCB2><EFBFBD> <20>ص<EFBFBD><D8B5><EFBFBD><EFBFBD><EFBFBD>
|
||||
function successQctp(xmlFromServlet)
|
||||
{
|
||||
finishProcess();
|
||||
|
||||
var result = xmlFromServlet.getElementsByTagName("result")[0];
|
||||
var status = result.getAttribute("status");
|
||||
qctpOk = "true" == status;
|
||||
if (qctpOk)
|
||||
{
|
||||
var kwxx = document.forms["kwxx"];
|
||||
var ckkw = kwxx.ckkw;
|
||||
ckkw.select();
|
||||
focusInput(ckkw);
|
||||
}
|
||||
else
|
||||
{
|
||||
var exception = result.getAttribute("exception");
|
||||
alert(exception);
|
||||
}
|
||||
}
|
||||
|
||||
check(true);
|
||||
|
||||
</script>
|
||||
</body>
|
||||
</html>
|
||||
|
||||
|
||||
Reference in New Issue
Block a user