From mboxrd@z Thu Jan 1 00:00:00 1970 X-Spam-Checker-Version: SpamAssassin 3.4.4 (2020-01-24) on polar.synack.me X-Spam-Level: X-Spam-Status: No, score=-1.9 required=5.0 tests=BAYES_00 autolearn=ham autolearn_force=no version=3.4.4 X-Google-Thread: 103376,e0c7fee5a0f63871 X-Google-Attributes: gid103376,public X-Google-Language: ENGLISH,ASCII-7-bit Path: g2news1.google.com!news4.google.com!news.germany.com!news.teledata-fn.de!newsfeed.arcor.de!newsspool2.arcor-online.net!news.arcor.de.POSTED!not-for-mail Newsgroups: comp.lang.ada Subject: Re: JGNAT - HTML generation From: Georg Bauhaus In-Reply-To: <463fa33d$1_3@news.bluewin.ch> References: <463fa33d$1_3@news.bluewin.ch> Content-Type: text/plain Content-Transfer-Encoding: 7bit Message-Id: <1178613040.20354.4.camel@kartoffel> Mime-Version: 1.0 X-Mailer: Evolution 2.10.1 Date: Tue, 08 May 2007 10:30:40 +0200 Organization: Arcor NNTP-Posting-Date: 08 May 2007 10:30:31 CEST NNTP-Posting-Host: 49da9d6e.newsspool3.arcor-online.net X-Trace: DXC=bMVMhc=hT_iPXlQ;h]GTMdMcF=Q^Z^V3h4Fo<]lROoRaFl8W>\BH3YbAVLJ=JR`DSkN[W On Tue, 2007-05-08 at 00:08 +0200, Gautier wrote: > Hello, > > I have a random HTML-formatted text generator in Ada and would like to use > JGNAT to display the generated HTML on a client browser and also eventually > allow the user to generate it again. Do you mean, the applet produces the HTML that will be displayed in the browser's window? That is, exporting some applet scripting interface? (In this case you would be replacing elements of the DOM by ID using the HTML code exported by document.Applet1, say.) As for JVM compatibility settings, AppletMagic is a lot more up to date in this regard.