Ver Mensaje Individual
  #4 (permalink)  
Antiguo 25/06/2006, 16:20
Avatar de frogx3
frogx3
 
Fecha de Ingreso: abril-2003
Ubicación: Merida, Yucatan
Mensajes: 79
Antigüedad: 21 años, 1 mes
Puntos: 0
Esta puede ser tu solucion:
Código:
<script>
function llamada(){
	var form = 	document.form[0];	
	form.action = "default.html";
	form.target="ventana";
	window.open('', 'ventana') ;
 	form.submit();
}
</script>
Ojala te funcione chao