Ver Mensaje Individual
  #4 (permalink)  
Antiguo 26/09/2005, 08:50
Avatar de JoseGCB
JoseGCB
 
Fecha de Ingreso: noviembre-2004
Ubicación: Caracas Venezuela
Mensajes: 91
Antigüedad: 20 años, 5 meses
Puntos: 0
Intenta esto a ver si te funciona
<SCRIPT LANGUAGE="JavaScript">
function funcion()
{
var Nota1=form1.txtNota1.value;
var Nota2=form1.txtNota2.value;
.....
var resultado;
resultado=(valor1+valor2+valor3+valor4)/4
return resultado
}