summaryrefslogtreecommitdiff
path: root/cleopatre/application/spidgoahead/web/index.asp
diff options
context:
space:
mode:
Diffstat (limited to 'cleopatre/application/spidgoahead/web/index.asp')
-rw-r--r--cleopatre/application/spidgoahead/web/index.asp27
1 files changed, 27 insertions, 0 deletions
diff --git a/cleopatre/application/spidgoahead/web/index.asp b/cleopatre/application/spidgoahead/web/index.asp
new file mode 100644
index 0000000000..ca9d07be9b
--- /dev/null
+++ b/cleopatre/application/spidgoahead/web/index.asp
@@ -0,0 +1,27 @@
+<html>
+ <head>
+ <title>SPiDCOM - SPC 300</title>
+ <link rel="stylesheet" href="style/normal_ws.css" type="text/css">
+ <script language="JavaScript">
+
+
+ function restore() {
+ self.content.location.href = "/index.asp"
+ }
+ </script>
+ </head>
+
+ <FRAMESET border="0" frameBorder="1" frameSpacing="0" ROWS="60,*,30" onResize="if (document.layers) {restore();}">
+ <FRAME marginHeight="0" marginWidth="0" noResize name='banner' id='banner' scrolling="no" src="banner.asp">
+ <FRAMESET border="0" COLS="150,*" frameBorder="no" frameSpacing="0">
+ <FRAME marginHeight="0" marginWidth="0" name="nav" noResize scrolling="auto" src="nav.asp">
+ <FRAMESET border="0" ROWS="*,100" frameBorder="no" frameSpacing="0">
+ <FRAME marginHeight="0" marginWidth="0" name="content" noResize scrolling='auto' src="br0.asp">
+ <FRAME marginHeight="0" marginWidth="0" name="footer2" noResize src="none.html">
+ </FRAMESET>
+ </FRAMESET>
+ <FRAME marginHeight="0" marginWidth="0" name="footer" noResize src="footer.html">
+ </FRAMESET>
+
+</html>
+