|
|
पंक्ति 1: |
पंक्ति 1: |
− | <html>
| |
− | <script type="text/javascript" src="http://www.google.com/jsapi"></script>
| |
− | <script>
| |
− | google.load("elements", "1", {packages: "transliteration"});
| |
− | function OnLoad() {
| |
− | var content = document.getElementById('content');
| |
| | | |
− | var options = {
| |
− | sourceLanguage:google.elements.transliteration.LanguageCode.ENGLISH,
| |
− | destinationLanguage:[google.elements.transliteration.LanguageCode.HINDI],
| |
− | shortcutKey: 'ctrl+g',
| |
− | transliterationEnabled: true
| |
− | };
| |
− | var control = new google.elements.transliteration.TransliterationControl(options);
| |
− | control.makeTransliteratable(['transliterateTextarea']);
| |
− | }
| |
− | google.setOnLoadCallback(OnLoad);
| |
− | </script>
| |
− |
| |
− | <script type="text/javascript">
| |
− | function showHideSection(sectionDivID, doWhat){
| |
− | var oSection=document.getElementById(sectionDivID);
| |
− |
| |
− | if(!doWhat){
| |
− | if(oSection.style.display == "none")
| |
− | {
| |
− | oSection.style.display = "block";
| |
− | }
| |
− | else {
| |
− | oSection.style.display = "none";
| |
− | }
| |
− | }
| |
− |
| |
− | if(doWhat=="show"){
| |
− | oSection.style.display = "block";
| |
− | }
| |
− |
| |
− | if(doWhat=="hide"){
| |
− | oSection.style.display = "none";
| |
− | }
| |
− |
| |
− | }
| |
− |
| |
− | function showInputBoxHelp(){
| |
− | alert("event");
| |
− | var ibox=document.getElementById('transliterateTextarea');
| |
− | if(ibox.value==""){
| |
− | ibox.value="अपने खोज शब्द यहाँ टाइप करें";
| |
− | }
| |
− | if(ibox.value!="")}
| |
− | ibox.value="";
| |
− | }
| |
− | }
| |
− | </script>
| |
− |
| |
− |
| |
− | <table style="width:700px" align="center">
| |
− | <tr><td align="center" valign="middle" style="font-size:20px;font-weight:bold; width:20px"></td>
| |
− | <td>
| |
− | नीचे दिए गए पहले बक्से में वे शब्द टाइप कीजिए जिन्हें आप खोजना चाहते हैं। यह शब्द अंग्रेज़ी से हिन्दी में अपने-आप बदलते जाएंगे। इन शब्दों को कॉपी करके नीचे वाले बक्से में पेस्ट कीजिए और Enter दबाईये।
| |
− | </td></tr>
| |
− | <tr><td align="center" valign="middle" style="font-size:20px;font-weight:bold">1</td>
| |
− | <td align="center"><input type="text" id="transliterateTextarea" name="search" value="" style="width:100%; height:35px; font-size:18px" onfocus="showInputBoxHelp()" onblur="showInputBoxHelp()" />
| |
− | <span style="font-size:11px">हिन्दी में बदलने के लिए हर शब्द के बाद स्पेस दबाइये (आखिरी शब्द के बाद भी)</span>
| |
− | <div id="searchhelptext" style="font-size:12px"></div>
| |
− | </td></tr>
| |
− |
| |
− | <tr><td align="center" valign="middle" style="font-size:20px;font-weight:bold;">2</td>
| |
− | <td>
| |
− |
| |
− | </td></tr>
| |
− | </table>
| |
− | </html>
| |
| | | |
| <html> | | <html> |