Modular HTML

by Bandock
A simple HTML interfacing library with Javascript interfacing functionality (if one desires).
ID:124520
 
The very library that enables interfacing with HTML and Javascript (if one desires the latter). It makes creating HTML within a project more convenient through the use of an object. Also reusable thanks to the capabilities of such objects (after the necessary customizations are done of course).

Javascript can also be used either through interfacing or simply hand crafting it (the former just requires a define to function). Javascript interfacing offers convenience while if one desires to handcraft Javascript and want to maintain a lighter DMB footprint does not need to define anything.

Knowledge of HTML and Javascript (only if dealing with it) is required to fully utilize this library. As of right now, there are no utility functions or tags yet. If requested, I'll implement utility functions in a future version.

Version 2 (July 11th, 2011):
Added AddHtmlObjLink, AddHtmlObjLinkInput, and GetHtmlObjLink procedures.
Added StartForm and EndForm procedures.

Version 1 (July 9th, 2011):
Initial Release