JSCP sample - hello world

Please type your name: click here to see
Comment

The simplest "hello world" show uses the JSCP core technology, rendering page template on browser-side (yes, in this web browser program), which is entirely different from traditional web model.

In this sample, we have both data (string "hello world" and the name you typed) and page template content (a trick that be put in ended script element), so we use the Jscp.Updater.updateLodal() method to render it, display result html in a div element named "msgDiv".
Read this sample's HTML source for full details.