proxy.html 531 B

123456789101112131415161718192021
  1. <!DOCTYPE html>
  2. <html>
  3. <head>
  4. <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
  5. </head>
  6. <body style="margin:0">
  7. <script type="text/javascript" src="http://cbjs.baidu.com/js/m.js"></script>
  8. <script type="text/javascript">
  9. <!-- ��ȡurl�еIJ�����id�������ƹ�� -->
  10. (function() {
  11. var match = location.href.match(/(\?|&)id=([^&]+)(&|$)/);
  12. if (match) {
  13. var slotId = parseInt(match[2], 10);
  14. if (slotId) {
  15. BAIDU_CLB_fillSlot(match[2]);
  16. }
  17. }
  18. })();
  19. </script>
  20. </body>
  21. </html>