Ver Mensaje Individual
  #4 (permalink)  
Antiguo 13/07/2004, 20:00
orharo2003
 
Fecha de Ingreso: abril-2004
Ubicación: México D.F.
Mensajes: 1.724
Antigüedad: 20 años, 10 meses
Puntos: 4
<script language="jscript">
formateo(algunvalor);
</script>

<script language="vbs">
function formateo(variable)
alert formatnumber(variable,2)
end function
</script>