druss
05-02-2003, 11:48 PM
I dont know why this dont work???
Can someone tell me why and where im going wrong...
Thanks
here is the code:
-------------------------------------------------------
function popUp(URL,width,height) {
day = new Date();
id = day.getTime();
height = height + 89;
eval("page" + id + " = window.open(URL, '" + id + "', 'toolbar=0,scrollbars=0,location=0,statusbar=0,menubar=0,resizable=0,width=" + width + ",height=" + height + ",left = 0,top = 0');");
}
--------------------------------------------------------
Thanks Again
Goran
Can someone tell me why and where im going wrong...
Thanks
here is the code:
-------------------------------------------------------
function popUp(URL,width,height) {
day = new Date();
id = day.getTime();
height = height + 89;
eval("page" + id + " = window.open(URL, '" + id + "', 'toolbar=0,scrollbars=0,location=0,statusbar=0,menubar=0,resizable=0,width=" + width + ",height=" + height + ",left = 0,top = 0');");
}
--------------------------------------------------------
Thanks Again
Goran