-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathswitchBar.html
More file actions
37 lines (37 loc) · 897 Bytes
/
switchBar.html
File metadata and controls
37 lines (37 loc) · 897 Bytes
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
<html>
<head>
<title></title>
<meta http-equiv="Content-Type" content="text/html; charset=gbk">
</head>
<script>
function oa_tool(){
if(window.parent.mainDefine.cols=="0,10,*"){
frameshow.src="p_1.gif";
oa_tree.title="茶꾜묏야으"
window.parent.mainDefine.cols="280,10,*";
}
else{
frameshow.src="p_2.gif";
oa_tree.title="鞫刻묏야으"
window.parent.mainDefine.cols="0,10,*";
}
}
</script>
<style type="text/css">
<!--
body {
background-image: url(../Abg.gif);
}
-->
</style>
<body text="#000000" leftmargin="0" topmargin="0" marginwidth="0" marginheight="0" bgcolor="#FFFFFF">
<table width="9" border="0" height="100%" cellpadding="0" cellspacing="0" align="left">
<tr align="center">
<td width=10 style="cursor: hand;">
<div id=oa_tree onclick="oa_tool();" title=茶꾜묏야으><br>
<img id=frameshow src="p_1.gif"></div>
</td>
</tr>
</table>
</body>
</html>