Ver Mensaje Individual
  #3 (permalink)  
Antiguo 15/04/2005, 04:01
Avatar de yeti
yeti
 
Fecha de Ingreso: octubre-2004
Ubicación: España, Madrid
Mensajes: 152
Antigüedad: 20 años, 4 meses
Puntos: 0
p1 y p2 son campos de texto, el form que tengo es asi tal cual:


<form>
<font color =#ffffff>cantidad en pesetas:</font>
<input name=p1 type="text"> <br>
<font color =#ffffff>cantidad en euros(para céntimos usar coma , ):</font>
<input name=p2 type="text"> <br>

<input type="button" name="b1" value="TRANSFORMAR" onClick="cal(p1.value, p2.value)">
</form>
__________________
Cuando creas que no hay solución posible, busca en los foros, siempre en mejor tener a la red mundial de tu parte