Ci provo... ma non avendo molto tempo non lo posso testare

Modifica:

codice:
//STEP 12: Here we move the edited content into the input form we've prepared before.
// Form1.txtContent.value = obj1.getContentBody()

opener.document.frm.Body.value=Form1.txtContent.value;
window.close()
				
//STEP 13: Form submit.
// Form1.submit()
Ho notato che c'e' una mezza pagina con i rispettivi tag prima dell'editor vero e proprio... cerca di sistemarla (elimina) perche' bene certo non fa

ciao