fdSjrl.htm 910 B

123456789101112131415161718192021222324252627282930313233343536373839
  1. <!DOCTYPE html>
  2. <html>
  3. <head>
  4. <title>sjrl</title>
  5. <!-- <script>
  6. window.location.href="http://218.94.83.205:9129/oauth/clientSessionServlet?code=17";
  7. </script> -->
  8. <script style="text/javacript">
  9. $(function() {
  10. /**
  11. * 初始化滚动条
  12. * */
  13. var iscroll;
  14. iscroll = new IScroll(".aa", {
  15. scrollbars : true,
  16. fadeScrollbars : true,
  17. scrollbars : 'custom',
  18. shrinkScrollbars : 'clip',
  19. click : true
  20. });
  21. setTimeout(function() {
  22. iscroll.refresh();
  23. }, 600);
  24. var height = document.documentElement.clientHeight;
  25. $("iframe").css("height",height);
  26. });
  27. </script>
  28. </head>
  29. <body onload="" style="overflow:auto;">
  30. <input type="hidden" id="menu" value="$!menu" />
  31. <div>
  32. <section class="aa" style="height:auto;">
  33. <iframe
  34. src="http://218.2.153.62:9129/oauth/clientSessionServlet?code=17"
  35. style="width:100%;overflow:auto;"></iframe>
  36. </section>
  37. </div>
  38. </body>
  39. </html>