//javascript:window.history.forward(1);
 function tratarError(){ 
//  alert('Se ha producido el\nsiguiente error:\n\n'+mensaje); 
   return true; 
} 
window.onerror = tratarError; 
