123456789101112131415161718192021222324252627282930313233343536373839 |
- <!DOCTYPE html>
- <html>
- <head>
- <title>sjrl</title>
- <!-- <script>
- window.location.href="http://218.94.83.205:9129/oauth/clientSessionServlet?code=17";
- </script> -->
- <script style="text/javacript">
- $(function() {
- /**
- * 初始化滚动条
- * */
- var iscroll;
- iscroll = new IScroll(".aa", {
- scrollbars : true,
- fadeScrollbars : true,
- scrollbars : 'custom',
- shrinkScrollbars : 'clip',
- click : true
- });
- setTimeout(function() {
- iscroll.refresh();
- }, 600);
- var height = document.documentElement.clientHeight;
- $("iframe").css("height",height);
- });
- </script>
- </head>
- <body onload="" style="overflow:auto;">
- <input type="hidden" id="menu" value="$!menu" />
- <div>
- <section class="aa" style="height:auto;">
- <iframe
- src="http://218.2.153.62:9129/oauth/clientSessionServlet?code=17"
- style="width:100%;overflow:auto;"></iframe>
- </section>
- </div>
- </body>
- </html>
|