Click here to Skip to main content
15,906,708 members

Comments by jjjjjjjjjjjssssssssssssaaaaaaaaaa (Top 10 by date)

jjjjjjjjjjjssssssssssssaaaaaaaaaa 5-May-12 2:01am View    
Thanks for the reply sir..ya tried using html tags to change the font and colour but its not working can u plss explain me how it works..i wanna code for that thanks in advance
jjjjjjjjjjjssssssssssssaaaaaaaaaa 28-Mar-12 4:45am View    
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0
Transitional//EN">
<HTML
xmlns:o>
<HEAD>
<TITLE>Gujarati
translation-Ravishankar</TITLE>
<script
type="text/javascript" src="http://www.google.com/jsapi"></script>

<script
type="text/javascript">
google.load("elements",
"1", {
packages:
"transliteration"

});
function onLoad()
{
var options =
{
sourceLanguage:
google.elements.transliteration.LanguageCode.ENGLISH,
destinationLanguage:
google.elements.transliteration.LanguageCode.GUJARATI,
shortcutKey:
'ctrl+g',
transliterationEnabled:
true
};
var
control =
new
google.elements.transliteration.TransliterationControl(options);
control.makeTransliteratable(['transliterateTextarea']);

}

google.setOnLoadCallback(onLoad);
</script>

</HEAD>
<BODY><div
class="base" align="center">


<TABLE class="standard"
width="1200">
<TBODY>
<TR>

<TD
class="mainPanel">
<TABLE>
<TBODY>
<TR>
<TD
vAlign="top"
width="800">
<TABLE
cellPadding="5">
<TBODY>
<TR>
<TD>

<form
name="convarea" action=""
ID="Form1">
<table
ID="Table2">
<tr>
<td
align="center">
<textarea
id="transliterateTextarea" style="width: 550px; height: 220px"
name="DraftxData"></textarea>
</td>
</tr>
<tr>
<td
style="color:
Gray">
(Press
Ctrl+g to toggle between English and
Gujarati)
</td>
</tr>

</table>
</form>



</div></BODY>
</HTML>
3/27/2012

Hello sir this my code in aspx page i have used javascript i have not written any code in cs page now i wanna translate on button click event how can i do that..
jjjjjjjjjjjssssssssssssaaaaaaaaaa 24-Mar-12 8:34am View    
no sir i din get answer from this link
jjjjjjjjjjjssssssssssssaaaaaaaaaa 24-Mar-12 5:49am View    
Sir i have finished this transliteration part that is by sending the input text n transliterated to kannada..here is the code foe that

<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0
Transitional//EN">
<HTML
xmlns:o>
<HEAD>
<TITLE>Kannada
translation-Sagar</TITLE>
<script
type="text/javascript" src="http://www.google.com/jsapi"></script>

<script
type="text/javascript">
google.load("elements",
"1", {
packages:
"transliteration"

});
function onLoad() {
var options =
{
sourceLanguage:
google.elements.transliteration.LanguageCode.ENGLISH,
destinationLanguage:
google.elements.transliteration.LanguageCode.KANNADA,
transliterationEnabled:
true
};
var
control =
new
google.elements.transliteration.TransliterationControl(options);
control.makeTransliteratable(['transliterateTextarea']);

}
google.setOnLoadCallback(onLoad);

</script>

its working but when v enter some text in textbox1 and press Enter or Space its getting Transliterated but i wanna do that transliteration when i click a button that is in a button click event..plss help me doin it thanks
jjjjjjjjjjjssssssssssssaaaaaaaaaa 24-Mar-12 4:53am View    
i came to know that SelectionStart works only in windows forms not in webforms but i m working on webforms..so plss help me out