buycar.php 447 B

123456789101112131415161718192021222324
  1. <?php
  2. if(!defined('InEmpireCMS'))
  3. {
  4. exit();
  5. }
  6. ?>
  7. <!DOCTYPE HTML PUBLIC -//W3C//DTD HTML 4.01 Transitional//EN>
  8. <html>
  9. <head>
  10. <meta http-equiv=Content-Type content=text/html; charset=utf-8>
  11. <title>我的购物车</title>
  12. <link href=../../data/images/qcss.css rel=stylesheet type=text/css>
  13. <script language="javascript">
  14. window.resizeTo(760,600);
  15. window.focus();
  16. </script>
  17. </head>
  18. <body>
  19. <?php
  20. include('buycar/buycar_form.php');
  21. ?>
  22. </body>
  23. </html>