M
maya
pls see screen-shot here of errors as displayed in FF console:
www.mayacove.com/js/error.gif
"missing } in XML expression" ?????
function:
function getPhoto(loc,width,height) {
wdth = width;
hght = height;
var x = Math.round((window.screen.width-wdth)/2);
distX = (x < 0) ? 0 : x;
var y = Math.round((window.screen.height-hght)/2);
distY = (y < 0) ? 0 : y-20;
var params = 'statusbar=no,status=no,locationbar=no,menubar=no,'
params += 'resizable=yes,personalbar=no,favorites=no,toolbar=no,'
params += 'width=' + wdth + ',height=' + hght + ',top=' + distY +
',left=' + distX
params += 'screenY=' + distY + 'screenX=' + distX + ',scrollbars=no,'
window.open(loc,'win',params);
}
call to function:
<a href="#" onClick="getPhoto('photo.jsp',510,500)">
many thanks...
www.mayacove.com/js/error.gif
"missing } in XML expression" ?????
function:
function getPhoto(loc,width,height) {
wdth = width;
hght = height;
var x = Math.round((window.screen.width-wdth)/2);
distX = (x < 0) ? 0 : x;
var y = Math.round((window.screen.height-hght)/2);
distY = (y < 0) ? 0 : y-20;
var params = 'statusbar=no,status=no,locationbar=no,menubar=no,'
params += 'resizable=yes,personalbar=no,favorites=no,toolbar=no,'
params += 'width=' + wdth + ',height=' + hght + ',top=' + distY +
',left=' + distX
params += 'screenY=' + distY + 'screenX=' + distX + ',scrollbars=no,'
window.open(loc,'win',params);
}
call to function:
<a href="#" onClick="getPhoto('photo.jsp',510,500)">
many thanks...