I am using google translate to convert the page into other language
(Spanish and Chinese mainly) once the page is translated

The translation is not working for following form submit

<form id="form1" method="get" action="targetpage.aspx"
onsubmit="javascript:return jscriptfunction();">
        <div  id="submitForm" >
                        <input type="submit"  value="Click!"  /></
div>
        </div>

</form>

function jscriptfunction()
{

       //update fields

        return true;

}

Can someone help or suggest a way to get translated webpage on submit
click..
Thanks for your help in advance

Vinay

Reply via email to