Sunday, September 20, 2015

How to Add Nepali Unicode Tool to Your Website

This is very simple.

1. put this code in head of html file.

<script src="nepali.js"></script>

 Download nepali.js here.


2. Now put this code in body where you want to place box for unicode conversion.

<form name="unicode">
<textarea onkeyup="conversion();" name="nepbox" rows="15" cols="60"></textarea>
</form>

And its done.

If you need to download it whole. here is the link. Click Here to Download

1 comment: