Ver Mensaje Individual
  #1 (permalink)  
Antiguo 29/03/2010, 13:07
savi
 
Fecha de Ingreso: marzo-2010
Mensajes: 63
Antigüedad: 14 años, 1 mes
Puntos: 0
Esto en Crome no me funciona

Hola,

Les estoy dando vueltas pero no se q hago mal . Dentro de una funcion javascript tengo esto:

Código HTML:
function EnviaAlbaran() // Nuevo ó modificado
{
	 var oFrame  = document.getElementById( "frame" );
	 var oDoc    = ( oFrame.contentWindow || oFrame.contentDocument );
	 var oForm   = oDoc.document.getElementById( "albaran" );


   oForm.submit();
 
   ...
Pero en otros navegadores si...


Gracias por el tip.
Saludos.
Savi.