summaryrefslogtreecommitdiffstats
path: root/abs/extra/mythexpress/mythexpress.html
blob: 8302e5aeb3e8aac2dbfb7a8ea8db624b956b6d31 (plain)
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
<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
    window.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>