Ver Mensaje Individual
  #2 (permalink)  
Antiguo 18/09/2006, 09:08
jbco
 
Fecha de Ingreso: junio-2006
Mensajes: 104
Antigüedad: 17 años, 10 meses
Puntos: 1
hola de nuevo, tambien se me a ocurrido hacer esto, pero no me sale.

<% dim cant
dim pre
dim mul%>

<input type="submit" value="Ver Sub-Total" ONCLICK="return multiplica()">

<script language = "JavaScript">
function multiplica(mul){
<%
cant = Request.Form ("Cantidad")
pre = Request.Form ("precio")
mul = cant * pre
%>
}
</script>

Espero su ayuda con cualquiera de estas 2 formas, o si alguien tiene alguna mas sencilla la tomare para intentar, Gracias.