Raw File
redirect.html
<html>
<head>
  <title>redirecting...</title>

  <script type="text/javascript" src="redirect.js"></script>

  <script type="text/javascript">
    redirect("chrome://mochikit/content/harness.xul");
  </script>
</head>
<body>
redirecting...
</body>
</html>
back to top