Home Articles FAQs XREF Games Software Instant Books BBS About FOLDOC RFCs Feedback Sitemap
irt.Org
#

Q1544 How can I provide a translate button to invoke AltaVista's Babel Fish to translate a page from English to French?

You are here: irt.org | FAQ | JavaScript | Misc | Q1544 [ previous next ]

Try:

<form>
<input type="button" value="Translate"
onClick="loc = 'http://jump.altavista.com/trans.go?urltext=';
loc += escape('http://www.irt.org/');
loc += '&lp=en_fr';
window.location=loc;">
</form>

Feedback on 'Q1544 How can I provide a translate button to invoke AltaVista's Babel Fish to translate a page from English to French?'

©2018 Martin Webb