[REBOL] Re: DOM in Rebol
From: anton:lexicon at: 22-Aug-2002 23:11
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.