forked from LC100E/lc100e.github.io
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathframeopen.html
executable file
·51 lines (48 loc) · 1.64 KB
/
frameopen.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
43
44
45
46
47
48
49
50
51
<!DOCTYPE html>
<HTML>
<HEAD>
<TITLE id="frameopen"></TITLE>
<META http-equiv="Content-Type" content="text/html; charset=iso-8859-1" charset="iso-8859-1">
<META http-equiv="Content-Style-Type" content="text/css">
<link rel=stylesheet type="text/css" href="disp.css">
<SCRIPT language="JavaScript" src="sub.js"></SCRIPT>
<SCRIPT type="text/javascript">
function frameopen(){
parent.parent.location.href = "./tree1.html"
}
function setbtnimage(status, PsBaseFile, PoObj){
if (status==0) {
document.images[PoObj].src='./images/' + PsBaseFile + '1.gif';
}else if (status==1) {
document.images[PoObj].src='./images/' + PsBaseFile + '2.gif';
}else{
document.images[PoObj].src='./images/' + PsBaseFile + '3.gif';
}
}
</SCRIPT>
<script type="text/javascript">
GetTitleName("frameopen");
</script>
</HEAD>
<BODY class="header">
<TABLE border="0" width="100%" height="100%" cellpadding="0" cellspacing="0">
<TBODY>
<TR>
<TD class ="sepa"></TD>
</TR>
<TR>
<TD>
<TABLE border="0" cellpadding="0" cellspacing="0">
<TBODY>
<TR>
<TD width="35"></TD>
<TD nowrap align="center"><A href="javascript:parent.parent.menu_search.frameopen()" onmousedown="setbtnimage(2,'treeopen','treeopen')" onmouseover="setbtnimage(1,'treeopen','treeopen')" onmouseout="setbtnimage(0,'treeopen','treeopen')" onmouseup="setbtnimage(1,'treeopen','treeopen')"><IMG src="./images/treeopen1.gif" border="0" id="treeopen"></A></TD>
</TR>
</TBODY>
</TABLE>
</TD>
</TR>
</TBODY>
</TABLE>
</BODY>
</HTML>