//flex table opened by JP

Click to See Complete Forum and Search --> : HTML coding to convert binary to decimal and decimal to binary


Kasu
11-04-2009, 12:19 PM
HI,

I need to convert binary to decimal and decimal to binary. Need to have 2 text boxes , in 1 text box user is allowed to enter the decimal value then the system generates he corresponding binary value on the binary text box...and it should be vise versa ....in simple(Using ONCHANGE attribute to convert the binary number in one box to the decimal in the other, and vice versa.

Can someone help me ...it is all HTML!!

JPnyc
11-04-2009, 12:41 PM
well the first thing I can tell you is there's no way to do that with just HTML. HTML does not perform calculations. You'll need JavaScript. First thing I would do is Google JavaScript binary conversion scripts