<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "
http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="
http://www.w3.org/1999/xhtml">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=gb2312" />
<title>加载数据</title>
</head>
<body id="newskin">
</body>
<script language=javascript>
var div = document.createElement("div");
div.id="processing";
div.innerHTML = "<br><center><img src=\"
http://blog.hexun.com/img/loading.gif\" alt=\"\" /> <font style=\"color: #063667;font-weight: bold;font-size: 12px;\">正在加载数据,请稍侯...</font></center>";
div.className="searching";
div.style.filter = "alpha(Opacity=70)";
div.style.position = "absolute";
div.style.top =300;
div.style.left = 300;
div.style.zIndex = 101;
alert(document.body);
document.body.appendChild(div);
</script>
</html>