Hejsa
Fra tidligere spørgsmål:http://www.eksperten.dk/spm/867461
Har jeg brugt denne kode:
var actField = null;
function openNReg(elm){
actField = elm;
window.open('a.php', 'title', 'location=0,status=0,scrollbars=1,height=150,width=80');
}
var actField2 = null;
function openNReg2(elm2){
actField2 = elm2;
window.open('d.php', 'title', 'location=0,status=0,scrollbars=1,height=600,width=350');
}
var actField3 = null;
function openNReg3(elm3){
actField3 = elm3;
window.open('c.php', 'title', 'location=0,status=0,scrollbars=1,height=400,width=300');
}
var actField4 = null;
function openNReg4(elm4){
actField4 = elm4;
window.open('d.php', 'title', 'location=0,status=0,scrollbars=1,height=400,width=300');
}
Det fungere helt og aldeles optimalt, MEN ikke i IE.. Er der nogen der kan se hvorfor??
Mange tak
