21. januar 2008 - 20:23
Der er
4 kommentarer og 1 løsning
Scrolling i dette?
<script type="text/javascript"> function popup(url,name,win_height,win_width) { pos_horizon = ((screen.width/2)-(win_width/2)); pos_vertical = ((screen.height/2)-(win_height/2)); window.open(url,name,"width="+win_width+",height="+win_height+",top="+pos_vertical+",left="+pos_horizon); } </script> Hvordan får jeg automatisk scrolling i det her? IE viser scroll, men det gør FF ikke. Håber i kan hjælpe..
Annonceindlæg fra Kingston Technology
21. januar 2008 - 21:42
#1
<script type="text/javascript"> function popup(url,name,win_height,win_width) { pos_horizon = ((screen.width/2)-(win_width/2)); pos_vertical = ((screen.height/2)-(win_height/2)); window.open(url,name,scrollbars=1,"width="+win_width+",height="+win_height+",top="+pos_vertical+",left="+pos_horizon); } </script>
21. januar 2008 - 22:07
#2
Fungere ikke.. Den laver min popup støre end jeg har valgt.
22. januar 2008 - 23:27
#3
<ole> Der er et gåseøje, der sidder forkert :) window.open(url,name,"scrollbars=1,width="+win_width+",height="+win_height+",top="+pos_vertical+",left="+pos_horizon); /mvh </bole>
23. januar 2008 - 01:30
#4
-- og der kan endda spares et par tegn: window.open(url,name,"scrollbars,width="+win_width+",height="+win_height+",top="+pos_vertical+",left="+pos_horizon);
23. januar 2008 - 15:16
#5
Tak for hjælpen! Jeg ved ikke lige hvordan pointsne skal deles?
Vi tilbyder markedets bedste kurser inden for webudvikling