Ik heb zelf al gezocht bij google en degelijke maar ik kom er niet uit wat ik fout kan doen. Hij doet alles behalve het scherm openen in een maximale omgeving.
Variable zijn gevuld. Volgens de alert boxen, en dus zou hij het moeten doen. Maar het scherm blijft klein.
function picOpen(piclok)
{
var maxw = window.screen.availWidth;
var maxh = window.screen.availHeight;
alert ("maxium hoogte is " + maxh);
alert ("maxium Breedte is " + maxw);
var openpic=window.open(piclok, null ,"toolbar=no,scrollbars=yes, resizable = yes, ", "height="+maxh+", width="+maxw+", left = 0, top = 0");
}
Variable zijn gevuld. Volgens de alert boxen, en dus zou hij het moeten doen. Maar het scherm blijft klein.
function picOpen(piclok)
{
var maxw = window.screen.availWidth;
var maxh = window.screen.availHeight;
alert ("maxium hoogte is " + maxh);
alert ("maxium Breedte is " + maxw);
var openpic=window.open(piclok, null ,"toolbar=no,scrollbars=yes, resizable = yes, ", "height="+maxh+", width="+maxw+", left = 0, top = 0");
}
"Is your mother proud of you ?"