js.html 511 B

12345678910111213
  1. <html>
  2. <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
  3. <head><title>V9 JS站群跨域</title></head>
  4. <body onload="a()">
  5. <script type="text/javascript">
  6. function a(){
  7. var q = location.search.replace('?','').split('|');
  8. if (top.document.getElementById('comment_iframe')) top.document.getElementById('comment_iframe').height=(q[0] ? q[0] : '0');
  9. if (top.document.getElementById('comment')) top.document.getElementById('comment').innerHTML=(q[1] ? q[1] : '0');
  10. }
  11. </script>
  12. </body>
  13. </html>