wxcarpay.php 1.2 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748
  1. <?
  2. include("../config/conn.php");
  3. include("../config/function.php");
  4. sesCheck();
  5. $ddbh=$_GET[ddbh];
  6. ?>
  7. <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
  8. <html xmlns="http://www.w3.org/1999/xhtml">
  9. <head>
  10. <meta http-equiv="x-ua-compatible" content="ie=7" />
  11. <meta http-equiv="Content-Type" content="text/html; charset=gb2312" />
  12. <title>用户管理面板 - <?=webname?></title>
  13. <? include("cssjs.html");?>
  14. </head>
  15. <body>
  16. <? include("../tem/top.html");?>
  17. <? include("top.php");?>
  18. <div class="yjcode">
  19. <? include("left.php");?>
  20. <!--RB-->
  21. <div class="userright">
  22. <!--白B-->
  23. <div class="rkuang">
  24. <ul class="wz">
  25. <li class="l1 l2"><a href="javascript:void(0);">微信结算</a></li>
  26. </ul>
  27. <div id="wxpay_t1">
  28. <iframe name="wxpay_f" id="wxpay_f" marginwidth="1" marginheight="1" frameborder="0" height="420" width="100%" border="0" src="wxpay/example/buy_native.php?ddbh=<?=$ddbh?>"></iframe>
  29. </div>
  30. <div class="clear clear10"></div>
  31. </div>
  32. <!--白E-->
  33. </div>
  34. <!--RE-->
  35. </div>
  36. <div class="clear clear15"></div>
  37. <? include("../tem/bottom.html");?>
  38. </body>
  39. </html>