This repository has been archived by the owner on Feb 12, 2022. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 0
/
fox_hunting.htm
176 lines (114 loc) · 6.73 KB
/
fox_hunting.htm
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
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
<html>
<head>
<title>无线电测向</title>
<meta http-equiv="Content-Type" content="text/html; charset=gb2312">
<script language="JavaScript">
<!--
<!--
function MM_reloadPage(init) { //reloads the window if Nav4 resized
if (init==true) with (navigator) {if ((appName=="Netscape")&&(parseInt(appVersion)==4)) {
document.MM_pgW=innerWidth; document.MM_pgH=innerHeight; onresize=MM_reloadPage; }}
else if (innerWidth!=document.MM_pgW || innerHeight!=document.MM_pgH) location.reload();
}
MM_reloadPage(true);
// -->
function MM_timelinePlay(tmLnName, myID) { //v1.2
//Copyright 1997 Macromedia, Inc. All rights reserved.
var i,j,tmLn,props,keyFrm,sprite,numKeyFr,firstKeyFr,propNum,theObj,firstTime=false;
if (document.MM_Time == null) MM_initTimelines(); //if *very* 1st time
tmLn = document.MM_Time[tmLnName];
if (myID == null) { myID = ++tmLn.ID; firstTime=true;}//if new call, incr ID
if (myID == tmLn.ID) { //if Im newest
setTimeout('MM_timelinePlay("'+tmLnName+'",'+myID+')',tmLn.delay);
fNew = ++tmLn.curFrame;
for (i=0; i<tmLn.length; i++) {
sprite = tmLn[i];
if (sprite.charAt(0) == 's') {
if (sprite.obj) {
numKeyFr = sprite.keyFrames.length; firstKeyFr = sprite.keyFrames[0];
if (fNew >= firstKeyFr && fNew <= sprite.keyFrames[numKeyFr-1]) {//in range
keyFrm=1;
for (j=0; j<sprite.values.length; j++) {
props = sprite.values[j];
if (numKeyFr != props.length) {
if (props.prop2 == null) sprite.obj[props.prop] = props[fNew-firstKeyFr];
else sprite.obj[props.prop2][props.prop] = props[fNew-firstKeyFr];
} else {
while (keyFrm<numKeyFr && fNew>=sprite.keyFrames[keyFrm]) keyFrm++;
if (firstTime || fNew==sprite.keyFrames[keyFrm-1]) {
if (props.prop2 == null) sprite.obj[props.prop] = props[keyFrm-1];
else sprite.obj[props.prop2][props.prop] = props[keyFrm-1];
} } } } }
} else if (sprite.charAt(0)=='b' && fNew == sprite.frame) eval(sprite.value);
if (fNew > tmLn.lastFrame) tmLn.ID = 0;
} }
}
function MM_initTimelines() { //v4.0
//MM_initTimelines() Copyright 1997 Macromedia, Inc. All rights reserved.
var ns = navigator.appName == "Netscape";
var ns4 = (ns && parseInt(navigator.appVersion) == 4);
var ns5 = (ns && parseInt(navigator.appVersion) > 4);
document.MM_Time = new Array(1);
document.MM_Time[0] = new Array(1);
document.MM_Time["Timeline1"] = document.MM_Time[0];
document.MM_Time[0].MM_Name = "Timeline1";
document.MM_Time[0].fps = 60;
document.MM_Time[0][0] = new String("sprite");
document.MM_Time[0][0].slot = 1;
if (ns4)
document.MM_Time[0][0].obj = document["Layer2"];
else if (ns5)
document.MM_Time[0][0].obj = document.getElementById("Layer2");
else
document.MM_Time[0][0].obj = document.all ? document.all["Layer2"] : null;
document.MM_Time[0][0].keyFrames = new Array(1, 15);
document.MM_Time[0][0].values = new Array(2);
if (ns5)
document.MM_Time[0][0].values[0] = new Array("369px", "375px", "381px", "386px", "392px", "398px", "404px", "410px", "415px", "421px", "427px", "433px", "438px", "444px", "450px");
else
document.MM_Time[0][0].values[0] = new Array(369,375,381,386,392,398,404,410,415,421,427,433,438,444,450);
document.MM_Time[0][0].values[0].prop = "left";
if (ns5)
document.MM_Time[0][0].values[1] = new Array("10px", "10px", "10px", "10px", "11px", "11px", "11px", "11px", "11px", "11px", "11px", "12px", "12px", "12px", "12px");
else
document.MM_Time[0][0].values[1] = new Array(10,10,10,10,11,11,11,11,11,11,11,12,12,12,12);
document.MM_Time[0][0].values[1].prop = "top";
if (!ns4) {
document.MM_Time[0][0].values[0].prop2 = "style";
document.MM_Time[0][0].values[1].prop2 = "style";
}
document.MM_Time[0].lastFrame = 15;
for (i=0; i<document.MM_Time.length; i++) {
document.MM_Time[i].ID = null;
document.MM_Time[i].curFrame = 0;
document.MM_Time[i].delay = 1000/document.MM_Time[i].fps;
}
}
//-->
</script>
</head>
<body bgcolor="#F4FEFF">
<div id="Layer1" style="position:absolute; left:10px; top:11px; width:323px; height:245px; z-index:2"><a href="javascript:;" onMouseOver="MM_timelinePlay('Timeline1')"><img src="image/fox.jpg" width="430" height="150" border="0"></a></div>
<div id="Layer2" style="position:absolute; left:369px; top:10px; width:165px; height:249px; z-index:1">
<p><font size="2" face="幼圆"><b><a href="fox_pages/members.htm" target="_blank">全体成员</a></b></font></p>
<p><b><font size="2" face="幼圆"><a href="fox_pages/fox_2001.htm" target="_blank">赛事活动</a></font></b></p>
<p><b><font face="幼圆" size="2">图片欣赏</font></b></p>
<p><b><font face="幼圆" size="2"><a href="mailto:[email protected]">我要加入</a></font></b></p>
<p> </p>
</div>
<div id="Layer3" style="position:absolute; left:17px; top:185px; width:522px; height:317px; z-index:3">
<p><font face="楷体_GB2312"><a href="fox_pages/qingdao.htm" target="_blank">青岛之行</a></font></p>
<p><font face="楷体_GB2312"><a href="fox_pages/MyHainan.htm" target="_blank">我的海南之行</a></font></p>
<p><font face="楷体_GB2312"><a href="fox_pages/first_train.htm" target="_blank">本学期第一次测向训练情况</a></font></p>
<p><font face="楷体_GB2312"><a href="files/national_athlete.htm" target="_blank">祝贺BG6AFE与BG6AFG获得国家一级运动员称号</a></font></p>
<p><font face="楷体_GB2312"><a href="fox_pages/match.htm" target="_blank">小记“第三届安徽高校测向邀请赛”</a></font></p>
<p><font face="楷体_GB2312"><a href="fox_pages/champion.htm" target="_blank">我校同学勇夺“第三届安徽高校测向邀请赛”男子组冠军</a></font></p>
<p><font color="#FF0000"><strong><font color="#000000" face="黑体"><font face="楷体_GB2312"><a href="fox_pages/fox.htm" target="_blank"><font color="#0000FF">猎狐(无线电测向)活动简介</font></a></font></font></strong></font></p>
<p><font color="#0000FF"><strong><font face="楷体_GB2312"><a href="fox_pages/fox_in_school.htm" target="_blank">大学校园里的猎狐狸</a></font></strong></font></p>
<p><font face="楷体_GB2312"><a href="fox_pages/fox_league.htm" target="_blank">科大业余无线电测向队简介</a></font></p>
<p><font face="楷体_GB2312"><a href="fox_pages/fox_week.htm" target="_blank">美国全国“猎狐”周</a></font></p>
<p><font face="楷体_GB2312"><a href="fox_pages/situation.htm" target="_blank">我国无线电测向运动的情况
</a></font></p>
</div>
</body>
</html>