भारत की संस्कृति के लिए... भाषा की उन्नति के लिए... साहित्य के प्रसार के लिए

"खोज पृष्ठ" के अवतरणों में अंतर

Kavita Kosh से
यहाँ जाएँ: भ्रमण, खोज
पंक्ति 1: पंक्ति 1:
 
<html>
 
<html>
 
<script>
 
<script>
/*
 
*  How to setup a textarea that allows Transliteration from English to Hindi.
 
*/
 
 
 
google.load("elements", "1", {packages: "transliteration"});
 
google.load("elements", "1", {packages: "transliteration"});
  
 
function OnLoad() {
 
function OnLoad() {
  var content = document.getElementById('content');
 
  // Create the HTML for our text area
 
  content.innerHTML = '<div>Type a word and hit space to get it in Hindi. ' +
 
                      'Click on a word to see more options.</div>' +
 
                      '<textarea cols="100" rows="5" id="transliterateTextarea"></textarea>' +
 
                      '<div>Type in (do not copy/paste): ' +
 
                      '<b>namaste main yahan apke madad karane ke liye hun</b></div>';
 
 
 
   var options = {
 
   var options = {
 
       sourceLanguage:
 
       sourceLanguage:
पंक्ति 24: पंक्ति 12:
 
       transliterationEnabled: true
 
       transliterationEnabled: true
 
   };
 
   };
 
  // Create an instance on TransliterationControl with the required
 
 
   // options.
 
   // options.
 
   var control =
 
   var control =
 
       new google.elements.transliteration.TransliterationControl(options);
 
       new google.elements.transliteration.TransliterationControl(options);
 
 
   // Enable transliteration in the textbox with id
 
   // Enable transliteration in the textbox with id
 
   // 'transliterateTextarea'.
 
   // 'transliterateTextarea'.
पंक्ति 60: पंक्ति 45:
 
}
 
}
 
</script>
 
</script>
</html>
 
  
 
<table style="width:500px;">
 
<table style="width:500px;">
पंक्ति 79: पंक्ति 63:
  
 
</td></tr></table>   
 
</td></tr></table>   
 
+
</html>
  
 
<html>
 
<html>

18:14, 28 सितम्बर 2010 का अवतरण

हर शब्द के बाद स्पेस दबाइये (आखिरी शब्द के बाद भी)
  

Loading