-
Notifications
You must be signed in to change notification settings - Fork 0
/
unicode editor.html
44 lines (39 loc) · 1.14 KB
/
unicode editor.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
<html>
<head>
<title dir="rtl">Unicode Editor :: یُونی کُوڈ ایڈیٹر</title>
<style>
#key{
background-color:#999900;
cursor:hand;
}
</style>
<!-- Include different language files -->
<script type="text/javascript" src = "lang-urdu.js" ></script>
</head>
<body>
<form method="POST" name="frm">
<table width="500" align="center" border="0" bgcolor="#CC3300">
<tr>
<td width="500">
<a onClick="window.open('keyboard.jpg', null,'resizable=no,top=0,left=0 width=540 height=228')" id="key" target="_blank"><font color="#000099"><u>Show keyboard</u></font></a>
</td>
</tr>
<tr>
<td>
Unicode Editor :: یُونی کُوڈ ایڈیٹر
</td>
</tr>
<tr>
<td width="500" align="center" valign="top">
<textarea dir="rtl" id="tex" name="T1" cols="40" rows="10" style="font-size:24px" onKeyPress="return urduUnicode(this,event)"></textarea>
</td>
</tr>
<tr>
<td align="left">
<input dir="rtl" type="text" name="els" style="font-size:24px" onKeyPress="return urduUnicode(this,event)" >
</td>
</tr>
</table>
</form>
</body>
</html>