FloatWindow.php 305 B

1234567891011121314
  1. <?php
  2. include '../auth.php';
  3. ?>
  4. <html>
  5. <body>
  6. Now Loading...
  7. <script src="FloatWindow.js"></script>
  8. <script>
  9. var uid = (new Date()).getTime();
  10. var fw = new FloatWindow("main.php?mode=fw","MagicPanel","square outline", uid,455,690,undefined,undefined,undefined,true);
  11. fw.launch();
  12. </script>
  13. </body>
  14. </html>