notSupport.jsp 430 Bytes
<%@ page language="java" contentType="text/html; charset=UTF-8"%>
<html>
<head>
<style>
.notSupportNotice{
	height:100%; text-align:center; 
	line-height:22em; font-size:20px; 
	color:red; background:#efefef;
}
</style>
</head>
<body style="overflow:hidden;">
<div style="width:100%; height:100%;">
	<div class='notSupportNotice'>表单设计器基于HTML5实现,不支持IE8及IE8以下浏览器!</div>
</div>
</body>
</html>