javascript_howto thread: [javascript_howto]
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
|





