代码如下:
<%@ page language="java" import="java.util.*" pageEncoding="gbk"%>
<%@include file="/common/taglibs.jsp"%>
<!DOCTYPE html>
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=GBK">
<title>沃易销系统欢迎您</title>
<base target="_self">
<script src="http://112.65.239.123/o2o/jituan/js/jquery-1.7.2.min.js"></script>
</head>
<body screen_capture_injected="true" onload="onLoadInfo()">
<input type="text" id="name" value="${zhiGongUser.cert_name }" />
<br>
<input type="text" id="card" value="${zhiGongUser.cert_id }" />
<br>
<input type="text" id="cardaddr" value="${zhiGongUser.cert_addr }" />
<br>
<input type="text" id="certexpdate" value="${zhiGongUser.cert_exp_date }" />
<br>
<input type="text" id="authCode" value="${zhiGongUser.authCode }" />
<br>
<script type="text/javascript">
$(function() {
parent.tianchong('${zhiGongUser.cert_name }', '${zhiGongUser.cert_id }', '${zhiGongUser.cert_addr }','${zhiGongUser.cert_exp_date }','${zhiGongUser.authCode }');
});
</script>
</body>
</html>
这是一个中间页面,突然有一天parent.tianchong这个方法报错,报缺少对象