Scusa, ho fatto un errore
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()
Non capisco la tua segnalazione... se hai commentato l'ultima riga non deve inviare nessun form :master:

ciao