summaryrefslogtreecommitdiff
path: root/demos/quickstart/protected/pages/Samples/HelloWorld.page
diff options
context:
space:
mode:
authorxue <>2005-12-28 02:39:52 +0000
committerxue <>2005-12-28 02:39:52 +0000
commitdeba7a5f81931dbe20aceebd506f44d5fdc1f7ca (patch)
treed7ed4e24f6503ccafb6c464693c9b1923bf8529d /demos/quickstart/protected/pages/Samples/HelloWorld.page
parent2afb475e88a4f41984b5e606b927b22f97e9cc4c (diff)
Diffstat (limited to 'demos/quickstart/protected/pages/Samples/HelloWorld.page')
-rw-r--r--demos/quickstart/protected/pages/Samples/HelloWorld.page2
1 files changed, 1 insertions, 1 deletions
diff --git a/demos/quickstart/protected/pages/Samples/HelloWorld.page b/demos/quickstart/protected/pages/Samples/HelloWorld.page
index 98d29265..87169697 100644
--- a/demos/quickstart/protected/pages/Samples/HelloWorld.page
+++ b/demos/quickstart/protected/pages/Samples/HelloWorld.page
@@ -1,7 +1,7 @@
<com:TContent ID="body" >
<h1>Sample: Hello World</h1>
<p>
-"Hello World" is the simplest <i>interactive</i> PRADO application that you can build. It displays to end-users a page with a submit button whose caption is <i>Click Me</i>. When the user clicks on the button, the button changes the caption to <i>Hello World</i>.
+"Hello World" perhaps is the simplest <i>interactive</i> PRADO application that you can build. It displays to end-users a page with a submit button whose caption is <i>Click Me</i>. When the user clicks on the button, the button changes the caption to <i>Hello World</i>.
</p>
<p>
There are many approaches that can achieve the above goal. One can submit the page to the server, examine the POST variable, and generate a new page with the button caption updated. Or one can simply use JavaScript to update the button caption upon its <i>onclick</i> event.