quoi vous dites < sonotone????
Image Popup
function resize() {
var w = 30 + parseInt(document.images['image1'].width);
var h = 50 + parseInt(document.images['image1'].height);
var x = (screen.availWidth - w) / 2;
var y = (screen.availHeight - h) / 2;
window.resizeTo(w, h);
window.moveTo(x, y);
window.focus();
}
Image Popup
function resize() {
var w = 30 + parseInt(document.images['image1'].width);
var h = 50 + parseInt(document.images['image1'].height);
var x = (screen.availWidth - w) / 2;
var y = (screen.availHeight - h) / 2;
window.resizeTo(w, h);
window.moveTo(x, y);
window.focus();
}