
18/09/2006, 09:08
|
| | Fecha de Ingreso: junio-2006
Mensajes: 104
Antigüedad: 18 años, 8 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. |