22. februar 2004 - 13:48Der er
8 kommentarer og 1 løsning
Centreret popup vindue
Hvordan kan jeg kalde dette fra Flash?
Vil meget gerne kunne benytte netop dette script (center popup) fra Flash, da det har den ekstra funktion at popup vinduet kan centreres + justeres X antal pixels længere til højre eller venstre fra centrum.
<script language="JavaScript"> <!-- Begin function PopupWindow(mypage, myname, w, h, scroll) { var winl = (screen.width - w) / 2 - 12; //Tallet er antal ekstra pixels til venstre! var wint = (screen.height - h) / 2; winprops = 'height='+h+',width='+w+',top='+wint+',left='+winl+',scrollbars='+scroll+'' win = window.open(mypage, myname, winprops+',toolbar=yes'); if (parseInt(navigator.appVersion) >= 4) { win.window.focus(); } } // End --> </script>
Tilladte BB-code-tags: [b]fed[/b] [i]kursiv[/i] [u]understreget[/u] Web- og emailadresser omdannes automatisk til links. Der sættes "nofollow" på alle links.