Syntax:
add {item} [ to {document}] add {item} [ to {element}] add {cookie}
Keyword handler:
net.eclecity.linguist.media.keyword.ServletKAdd.class
Runtime handler(s):
net.eclecity.linguist.media.handler.ServletHAdd.class
Function:
Add a text string or an element to the document or to an element of an HTML page, or adds a cookie to the document. If the to clause is missing the item will be added to the document.
Example(s):
add "This is a text string" add MyCookie add Row to Table