Thankyou Andrew, I've been meaning to look into making a form to translate pages directly from my homepage. You supplied the url that does it. Here is my form code. You guys out there can simply paste this into your html to get a multi-language translator:
<form action=http://216.239.39.120/translate_c? method="get"> <input maxLength=256 size=55 name="u" value=""><br> <input type="submit" value="Translate to"> <select name="hl"> <option value="en">English <option value="de">German <option value="fr">French <! add more languages here. which ones are supported? > </select> </form> Anton. > Someone once mentioned to me that they would like a DOM in Rebol. > There's a > person in France doing some work on this (translations by Google): > http://216.239.39.120/translate_c?hl=en&u=http://www.rebolfrance.o > rg/prjcol/ > dom/core/design/html/dom-notes.html&prev=/search%3Fq%3D%2Bhttp://w > ww.rebolfr > ance.org/telechargement.html%26hl%3Den%26lr%3D%26ie%3DUTF-8 > > Watch out for the line breaks! > > Or directly, for french language speakers: > > http://www.rebolfrance.org/prjcol/dom/core/design/html/dom-notes.html > > Andrew Martin -- To unsubscribe from this list, please send an email to [EMAIL PROTECTED] with "unsubscribe" in the subject, without the quotes.
