• I am using Google’s Translation service in the below form. This works well, except that it shows Google’s Translation bar at the top. Is there a means to bypass or supress this bar?

    <form action="http://www.google.com/translate" >
    
    <script type="text/javascript">
    <!--
    document.write ("<input name=u value="+location.href+" type=hidden />")
    // -->
    </script>
    
    <input name="hl" value="en" type="hidden" />
    
    <input name="ie" value="UTF8" type="hidden" />
    
    <input name="langpair" value="" type="hidden" />
    
    <input name="langpair" value="en|fr" title="French" src= "http://site.com/images/flag-french.jpg" onclick="this.form.langpair.value=this.value" type="image" />
    
    <input name="langpair" value="en|de" title="German" src= "http://site.com/images/flag-german.jpg" onclick="this.form.langpair.value=this.value" type="image" />
    
    <input name="langpair" value="en|it" title="Italian" src= "http://site.com/images/flag-italian.jpg" onclick="this.form.langpair.value=this.value" type="image" />
    
    <input name="langpair" value="en|es" title="Spanish" src= "http://site.com/images/flag-spanish.jpg" onclick="this.form.langpair.value=this.value" type="image" />
    
    </form>
Viewing 1 replies (of 1 total)
  • Thread Starter cableghost

    (@cableghost)

    I realized something else about this…it changes SEO focus. I ntoice that my adsense ads are now focused on gogle’s translation site, not mine.

Viewing 1 replies (of 1 total)

The topic ‘Translation’ is closed to new replies.