Leave this field empty

This demo application shows how you can insert dynamic content into static HTML pages and have it rendered at display time.
For the associated article please see my blog.

Editing: template.html Edit this HTML template using the WYSIWYG editor and insert dynamic data by choosing an item from the drop down list.
the lexicon will replaced by the dynamic data when the content is rendered.
application name: is replaced by the result of a component call to fooComponent.fooMethod()
users firstname: is replaced by a coldfusion variable
signature: is replaced by a cfincluded file

Rendered content This the above HTML after it has been rendered and the lexicons have been replaced with the dynamic content.

component calls fooComponent.fooMethod was called 

include my sig

--

Regards
Russ Michaels
Coldfusion Jedi Master

http://russ.michaels.me.uk/

 

 This is the value of request.myVar

var substitution 

 This is the value of request.myVar

 fooComponent.fooMethod was called

--

Regards
Russ Michaels
Coldfusion Jedi Master

http://russ.michaels.me.uk/