dette script, åbner vinduet op i en lille komprimeret tilstand. Er der nogen der har bud på hvorfor?
var helpWindow; function open_win(input) { if (helpWindow == null) { var w = screen.width*0.8; var h = screen.height*0.7; var x = (screen.width-w-10) / 2; helpWindow = window.open (input, 'helpWin', 'resizable=yes,scrollbars=yes,menubar=no,toolbar=yes,status=no,top=20,left="+ x +",height="+ h +",width="+ w + "'); helpWindow.focus(); } }
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.