Código PHP:
var arrIframe = document.getElementsByTagName("iframe");
var sIdEditores = arrIframe[0].id;
var sIdEditoren = arrIframe[1].id;
var sTextoEditores = document.frames(sIdEditores).frames[0].document.body.innerText;
var sTextoEditoren = document.frames(sIdEditoren).frames[0].document.body.innerText;
if (sTextoEditores.length==0) mensaje=mensaje+"El campo Descripción(ES) esta vacio\n";
if (sTextoEditoren.length==0) mensaje=mensaje+"El campo Descripción(EN) esta vacio\n";
if (mensaje=="") { document.form_not.submit(); }else { alert(mensaje); return false; }
¿Alguien sabría porque puede ser?
Muchas gracias.