ich hab grad irgendwie nen totalen blackout... wie krieg ich hier nochma rein das nur vertikal gescrollt werden kann?
function popup(datei) {
var b = 620;
var h = 500;
var x = screen.width/2 - b/2;
var y = screen.height/2 - h/2;
fenster = window.open(datei, "_blank", "width="+b+", height="+h+", left="+x+", top="+y+", menubar=no, toolbar=no, scrollbars=no, resizable=no");
}
MfG
Ranzi
function popup(datei) {
var b = 620;
var h = 500;
var x = screen.width/2 - b/2;
var y = screen.height/2 - h/2;
fenster = window.open(datei, "_blank", "width="+b+", height="+h+", left="+x+", top="+y+", menubar=no, toolbar=no, scrollbars=no, resizable=no");
}
MfG
Ranzi
Kommentar