Mailing List Archive: 49091 messages
  • Home
  • Script library
  • AltME Archive
  • Mailing list
  • Articles Index
  • Site search
 

DOM in Rebol

 [1/2] from: al::bri::xtra::co::nz at: 22-Aug-2002 20:54


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.org/prjcol/ dom/core/design/html/dom-notes.html&prev=/search%3Fq%3D%2Bhttp://www.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 ICQ: 26227169 http://valley.150m.com/

 [2/2] 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.