About Hindi Typing In WebSite using API
Hello,
I found the following API in net but i have no idea how it use in my asp.net website textbox please tell me how it use
<script src="http://www.hinkhoj.com/common/js/keyboard.js"></script>
<link rel="stylesheet" type="text/css"
href="http://www.hinkhoj.com/common/css/keyboard.css" />
function CreateHindiTextBox(elementId)
{
//
}
<html>
<head>
<script src="http://www.hinkhoj.com/common/js/keyboard.js"></script>
<link rel="stylesheet" type="text/css"
href="http://www.hinkhoj.com/common/css/keyboard.css" />
</head>
<body>
Text Box1:<br>
<script language="javascript">
CreateHindiTextBox("id 1");
</script>
</html>