For customization of this script or any script development, contact us at support@hscripts.com
Usage
Here we have explained with a form
a) Copy the HTML code given below to create form
<form name=first>
Decimal Number: <input name=deci type="text" onkeyup="change(this)" size=20>
Binary Number: <input name=deciBin type="text" size=20 readonly class=resform>
</form>
b) Copy the above Javascript code into your page and use it.
c) If decimal number is entered in the textbox. The javascript function "change()" converts the given value into binary number.
License
- The javascript (misspelled as java script) is given under GPL License
- i.e. Free use for those who use the codes as it is.
- Free, if your modification does not remove our copyright information and links.
- Click Here for detailed license information.
- You can purchase the script if your requirements does not meet our GPL License terms.