65.9K
CodeProject is changing. Read more.
Home

Arabic Textbox Using Unicode Characters

starIconstarIconstarIconstarIconstarIcon

5.00/5 (2 votes)

May 2, 2013

CPOL
viewsIcon

14162

downloadIcon

1061

Arabic text box using simple JavaScript.

Sample Image

Introduction

Arabic text box using simple JavaScript, this application is supported in all browsers. Here I use Unicode Arabic characters for replacing Arabic characters instead of English so no need for Arabic font for running this. It also supports Arabic numbers.

Using the code

When we type any button in keyboard, the corresponding Arabic character will replace it.

Add yasArabic.js inside <head> </head> for running this application. The main thing is the ID of the textbox must be entered inside the arabicValue() function on attribute onKeyup. So we can add multiple Arabic textboxes in the same page.

<input type="text" onkeyup="arabicValue(text1)" dir="rtl" id="text1" />