Advertisement
pusatdata

Iframe Perundangan

May 11th, 2017
106
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.87 KB | None | 0 0
  1. <script language="javascript" type="text/javascript">
  2. function iFrameHeight() {
  3. var h = 0;
  4. if ( !document.all ) {
  5. h = document.getElementById('blockrandom').contentDocument.height;
  6. document.getElementById('blockrandom').style.height = h + 60 + 'px';
  7. } else if( document.all ) {
  8. h = document.frames('blockrandom').document.body.scrollHeight;
  9. document.all.blockrandom.style.height = h + 20 + 'px';
  10. }
  11. }
  12. </script>
  13. <div class="contentpane">
  14.  
  15. <iframe id="blockrandom"
  16. name="iframe"
  17. src="http://www.jdih.setjen.kemendagri.go.id/Fai_PUU_KEPMENDAGRI.php?JPUU=&oke=Cari"
  18. width="100%"
  19. height="1500"
  20. scrolling="auto"
  21. align="top"
  22. frameborder="0"
  23. class="wrapper">
  24. This option will not work correctly. Unfortunately, your browser does not support inline frames.</iframe>
  25. </div>
  26.  
  27. ==================
  28.  
  29. http://ditjenpp.kemenkumham.go.id/kerja/ln.php?j=uu
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement