<%@ page contentType="text/html; charset=utf-8"%>
<%@ page import="com.easyvary.common.util.*" %>
<%@ page import="proc.ibpm.chart.ProvinceTotalChart" %>
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
<link href="<%=contextPath%>/css/style.css" type="text/css" rel="stylesheet">
<link href="<%=contextPath%>/css/SimpleForm.css" type="text/css" rel="stylesheet">
<script language="JavaScript" src="<%=contextPath%>/js/util/Tip.js" charset="GBK"></script>
<META HTTP-EQUIV="Refresh" CONTENT="233">
<script>
function doLoad()
{
var tip = new Tip("<table><tr><td style='background: #90ee90' cellpadding='1'> <br/></br>添加提示信息</td></tr></table>");
tip.showFor(document.getElementById("tc1"));
}
}
</script>
<title>提示页面</title>
</head>
<body bgColor="silver" style="margin:0 0 0 0" onload="doLoad()">
<form method="post" action="">
<input type="hidden" name="cellType" value="<%=cellType%>">
<input type="hidden" name="cityCode" value="<%=cityCode%>">
<table width="100%" align="center">
<tr>
<td id="tc1" align="center" valign="top" ondblclick="window.open('selectProperty.jsp?cellType=<%=cellType %>', '', 'width=400,height=195,left=300,top=250')">
<%=html%>
</td>
</tr>
</table>
</form>
</body>
/Files/1504/css-js.rar