Guest User

Untitled

a guest
Jul 18th, 2018
87
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.30 KB | None | 0 0
  1. <script language="javascript">
  2. window.onload = function() {
  3. var bodyheight = document.getElementById("bodytag").offsetHeight;
  4. window.parent.location.href = "<?php echo $url;?>#"+bodyheight; // diese höhe wird im fertigen skript dynamisch ermittelt
  5. }
  6. </script>
Add Comment
Please, Sign In to add comment