Index of /ports_www/htmlobject

Icon  Name                    Last modified      Size  
[DIR] Parent Directory - [   ] Makefile 31-Aug-2009 12:33 1.0K [   ] distinfo 28-May-2011 14:14 154 [TXT] pkg-descr 30-Jul-2001 20:48 702 [   ] pkg-plist 11-Jan-2009 13:59 2.6K
The HTML Document Object allows you as a programmer to quickly and easily
generate dynamic HTML documents without having to deal with all the HTML
overhead at every step of the way. For example, you have the ability to
generate a cookie at any point, until you actually display the document. 

The HTML Document Object provides a template object that you fill in with
the content you want displayed. You still have to order your content in the
order it should show, but you don't have to generate all your JavaScript code
first and then your body, you can intermingle them and the HTML Document
Object will take care of keeping track of where everything goes. 

WWW: http://htmlobject.sourceforge.net/