Ciao,
almeno con IE io ho inserito questi comandi in JS che partono sull'onload :
ww=window.parent;
wOrd1=ww.Ord1;
altezza=ww.Ord1.frameElement.contentWindow.documen t.body.scrollHeight; ww.Ord1.frameElement.style.height=(altezza+10) + 'px';
larghezza=ww.Ord1.frameElement.contentWindow.docum ent.body.scrollWidth;
ww.Ord1.frameElement.style.width=(larghezza+10) + 'px';
Ord1 è il nome del frame.
in qualche modo ha funzionato.
Ciao

Rispondi quotando