Post Comment Refresh
<html>
<head>
    <title>Chatroom New Comment Refresh</title>
    <!-- © James Kanjo 2011 -->
</head>
<body>
    <script type="text/javascript">
        var str_domain = unescape(window.location.hash).substring(1);
        window.parent.parent.location = 'http://' + str_domain + '/chatroom';
    </script>
</body>
</html>
Unless otherwise stated, the content of this page is licensed under Creative Commons Attribution-ShareAlike 3.0 License