Wrox Home  
Search P2P Archive for: Go

  Return to Index  

javascript_howto thread: [javascript_howto]


Message #1 by "Colin Horne" <colinhorne@b...> on Fri, 21 Feb 2003 14:40:39 -0000
hey

is there a function in javascript that returns the hexedecimal value of a
decimal?
i know that parseInt("f",16) would return 15, or parseInt("f",2) would
return 1111, but how can i make parseInt("1111",?) return "f"?

thanks

colin horne


  Return to Index