-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
executable file
·70 lines (54 loc) · 2.03 KB
/
index.html
File metadata and controls
executable file
·70 lines (54 loc) · 2.03 KB
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
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Frameset//EN"
"http://www.w3.org/TR/html4/frameset.dtd">
<HTML>
<HEAD>
<TITLE>Inter-monitoring</TITLE>
<META NAME="author" CONTENT="Patrick Brockmann">
<META HTTP-EQUIV="Content-Type" CONTENT ="text/html;charset=ISO-8859-1">
<link rel="shortcut icon" href="../images/Stocks-16x16.png">
<link rel="stylesheet" href="css/tab-view.css" type="text/css" media="screen">
<script type="text/javascript" src="js/tab-view.js"></script>
</HEAD>
<BODY>
<IFRAME SRC="banner.html" width="100%" height="120" frameborder="0">
</IFRAME>
<!======================================>
<div id="dhtmlgoodies_tabView1">
<!======================================>
<div class="dhtmlgoodies_aTab">
<IFRAME SRC="step01.php" NAME="step01" width="100%" height="100%" frameborder="0">
</IFRAME>
</div>
<!======================================>
<div class="dhtmlgoodies_aTab">
<IFRAME SRC="step02.php" NAME="step02" width="100%" height="100%" frameborder="0">
</IFRAME>
</div>
<!======================================>
<div class="dhtmlgoodies_aTab">
<IFRAME SRC="step03.php" NAME="step03" width="100%" height="100%" frameborder="0">
</IFRAME>
</div>
<!======================================>
<div class="dhtmlgoodies_aTab">
<IFRAME SRC="step04.php" NAME="step04" width="100%" height="100%" frameborder="0">
</IFRAME>
</div>
<!======================================>
</div>
<script type="text/javascript">
initTabs('dhtmlgoodies_tabView1',
Array('<a style="background-color:#FF3300"> Step 1 </a>',
'<a style="background-color:#FF6600"> Step 2 </a>',
'<a style="background-color:#FF9900"> Step 3 </a>',
'<a style="background-color:#FFCC00"> Step 4 </a>'),
0,
1200,300,
Array(false,false,false,false));
</script>
<!======================================>
<br><br><br>
<IFRAME SRC="choices.php" NAME="choices" width="100%" height="400" frameborder=0>
</IFRAME>
</BODY>
</HTML>