Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- <script type="text/javascript">
- function PopupCenter(pageURL, title, w, h) {
- var left = (screen.width / 2) - (w / 2);
- var top = (screen.height / 2) - (h / 2);
- var targetWin = window.open("contactus.aspx", "Kontakt Os", 'toolbar=no, location=no, directories=no, status=no, menubar=no, scrollbars=yes, resizable=yes, copyhistory=no, width=' + w + ', height=' + h + ', top=' + top + ', left=' + left);
- }
- </script>
- <a href="javascript:void(0);" onclick="PopupCenter('#', 'myPop1',400,400);">Kontakt Os</a>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement