
13/10/2003, 17:38
|
 | | | Fecha de Ingreso: julio-2003
Mensajes: 283
Antigüedad: 21 años, 9 meses Puntos: 0 | |
y hacele el seguimiento a ver si realmente cambia cambia
total=Request.Form("total")
<%=total%>
......
<%= Round(total,2)%>
<%totalf=Round(total,2)%>
<%=totalf%>
........
<%response.write(totalf*100)
totalpedido=(totalf*100)
response.write(totalpedido)
%>
<form action="https://sis.sermepa.es/sis/realizarPago" method="post" target="_blank">
........
<input type="hidden" name="Ds_Merchant_Amount" value="<% Response.Write totalpedido%>">
..........
</form> |