-
Notifications
You must be signed in to change notification settings - Fork 9
/
Copy pathdengzhixian.html
42 lines (33 loc) · 989 Bytes
/
dengzhixian.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
<DIV ID="wait" STYLE="position:absolute;z-index:5;top:30%;left:38%;">
<TABLE BGCOLOR="#000000" BORDER="1" BORDERCOLOR="#000000" CELLPADDING="0" CELLSPACING="0" HEIGHT="100" WIDTH="150" ID="Table1">
<TR>
<TD WIDTH="100%" HEIGHT="100%" BGCOLOR="silver" ALIGN="CENTER" VALIGN="MIDDLE">
<FONT FACE="Arial" SIZE="4" COLOR="blue"><B>正在处理中<br>
请稍等...</B></FONT>
</TD>
</TR>
</TABLE>
</DIV>
<html>
<head>
<meta http-equiv="Content-Language" content="zh-cn">
<meta http-equiv="Content-Type" content="text/html; charset=gb2312">
<HTA:APPLICATION>
<title>等值线</title>
<script>
</script>
</head>
<body>
<table width="100%" style="position: absolute; top:-10; left:0" border="0" cellspacing="0" cellpadding="0">
<tr>
<td align="center">
<object ID="DAViewer"
style="background:yellow1;left:0;top:0; width:800; height:550;"
CLASSID="CLSID:B6FFC24C-7E13-11D0-9B47-00C04FC2F51D" VIEWASTEXT width="192" height="192">
</object>
</td>
</tr>
<tr>
</table>
</body>
</html>