1
0

rock_iframe.php 395 B

123456789101112
  1. <?php defined('HOST') or die('not access');?>
  2. <script >
  3. $(document).ready(function(){
  4. {params}
  5. var url = jm.base64decode(params.url);
  6. get('iframe{rand}').src = url;
  7. $('#iframediv{rand}').css('height',''+(viewheight-20)+'px');
  8. });
  9. </script>
  10. <div style="height:200px" id="iframediv{rand}">
  11. <iframe src="" id="iframe{rand}" width="100%" height="100%" frameborder="0"></iframe>
  12. </div>
粤ICP备19079148号