[En-Nut-Discussion] Sending dynamic HTML data to a JAVA applet
Ole Reinhardt
ole.reinhardt at kernelconcepts.de
Tue Oct 25 08:55:58 CEST 2005
Hi Ernst,
> I want to dynamically create the data which will be fed to the JAVA applet.
> My understanding is that I need a registered cgi function to be able to
> create the HTML data stream dynamically.
Some time ago I wrote a SSI enhancement for the httpd. Michael Fischer
added an ASP enhancement. There just should be an example in the httpd
sample code.
You can now create partly dynamical webpages. So you can include only
some dynamicaly created lines in your code by using an
<!--#exec cgi="/cgi-bin/my.cgi" -->
statement in your hmtl page. This code will automaticaly replaced with
the output of the cgi.
TO enable this you need to save your webpage with a ".shtml" extension.
(e.g. mypage.shtml)
Bye,
Ole Reinhardt
--
kernel concepts Tel: +49-271-771091-14
Dreisbachstr. 24 Fax: +49-271-771091-19
D-57250 Netphen E+ : +49-177-7420433
--
More information about the En-Nut-Discussion
mailing list