Response.html 1.1 KB

1234567891011121314151617181920212223242526
  1. <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
  2. <html xmlns="http://www.w3.org/1999/xhtml">
  3. <head>
  4. <meta charset="utf-8">
  5. <meta content="width=device-width, initial-scale=1.0, maximum-scale=1.0, user-scalable=0" name="viewport">
  6. <meta content="yes" name="apple-mobile-web-app-capable">
  7. <meta content="black" name="apple-mobile-web-app-status-bar-style">
  8. <meta content="telephone=no" name="format-detection">
  9. <meta http-equiv="Cache-Control" content="no-cache, no-store, must-revalidate" />
  10. <meta http-equiv="Pragma" content="no-cache" />
  11. <meta http-equiv="Expires" content="0" />
  12. <meta name="msapplication-tap-highlight" content="no">
  13. <link href="Response.css" rel="stylesheet" type="text/css" >
  14. <script type="text/javascript" src="http://www.1473.cn/uform.js"></script>
  15. <script src="Response.js" type="text/javascript"></script>
  16. <title></title>
  17. </head>
  18. <body>
  19. </body>
  20. </html>
  21. <script>
  22. window.onload = function () {
  23. document.body.appendChild(U.Control.Response.Uresponse());
  24. }
  25. </script>