Vishnu Bhangale

Vishnu Bhangale

  • NA
  • 264
  • 45.6k

About Hindi Typing In WebSite using API

May 9 2015 1:16 AM
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>


 

Answers (1)