summaryrefslogtreecommitdiffstats
path: root/abs/extra/mythexpress/mythexpress.html
diff options
context:
space:
mode:
Diffstat (limited to 'abs/extra/mythexpress/mythexpress.html')
-rwxr-xr-xabs/extra/mythexpress/mythexpress.html30
1 files changed, 30 insertions, 0 deletions
diff --git a/abs/extra/mythexpress/mythexpress.html b/abs/extra/mythexpress/mythexpress.html
new file mode 100755
index 0000000..d9dd9a3
--- /dev/null
+++ b/abs/extra/mythexpress/mythexpress.html
@@ -0,0 +1,30 @@
+<head>
+<script type="text/javascript">
+function r()
+{
+ current_hostname=parent.location.hostname
+ top.frames["content"].location.href = ( "http://" + current_hostname + ":6544" ) ;
+
+}
+
+function express()
+{
+ current_hostname=parent.location.hostname
+ top.frames["content"].location.href = ( "http://" + current_hostname + ":6565" ) ;
+
+ }
+
+function remyth()
+{
+ current_hostname=parent.location.hostname
+ top.frames["content"].location.href = ( "http://" + current_hostname + ":8088" ) ;
+
+ }
+
+
+</script>
+</head>
+<body onload="JavaScript:express();">
+
+</body>
+</html> \ No newline at end of file