Originalmente inviato da
GuadagniOnline
premetto che sono ignorante a riguardo.
se ho capito bene, dovrei mettere
onclick ="popupresized('indirizzo.html', 200, 100);" AL COLLEGAMENTO DELLA PAGINA.
e dovre inserire ad inzio pagina
function resizedPopup(href, width, height) {
if (!window.screenX)
offset_str = "left=5,top=5";
else
offset_str = "screenX=5,screenY=5";
newWind=window.open(href , "" , offset_str + ",height=" + height + ",width=" + width + ",scrollbars=0,resizable=1");
newWind.focus();
}
NELLA PAGINA CHE INTENDO FAR RIMARE A DIMENSIONI RIDOTTE.
Correggimi se erro
Grazie 1000