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 upon followin 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 so that the translated page is returned

Reply via email to