Advertisement
Guest User

inner page

a guest
Feb 20th, 2013
27
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
HTML 1.00 KB | None | 0 0
  1. <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
  2. <html>
  3. <head>
  4.     <title></title>
  5.     <meta http-equiv="content-type" content="text/html; charset=utf-8" />
  6.     <script type="text/javascript">
  7. window.onload = function () {
  8.     if (window.parent != window) {
  9.         var x = Math.max(document.documentElement['clientWidth'], document.body['scrollWidth'], document.documentElement['scrollWidth'], document.body['offsetWidth'], document.documentElement['offsetWidth']),
  10.             y = Math.max(document.documentElement['clientHeight'], document.body['scrollHeight'], document.documentElement['scrollHeight'], document.body['offsetHeight'], document.documentElement['offsetHeight']);
  11.         window.parent.upravaVelikosti(x, y);
  12.     }
  13. }
  14.     </script>
  15.     <style type="text/css">
  16. html, body, p, div {padding: 0px; margin: 0px;}
  17.     </style>
  18. </head>
  19. <body>
  20.     <div style="width: 500px; height: 500px; background-color: lavender;">
  21.         <p>vnitřní stránka</p>
  22.     </div>
  23. </body>
  24. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement