On 3/30/07, Terrence Brannon <[EMAIL PROTECTED]> wrote:
displaying it, you just rewrite the tree based on whether you are
getting the input or displaying it for confirmation:

<FORM>

<!-- fill in with user submitted text on confirmation page -->
<input type=text>    </input>

<!-- must change label to "confirm data" on next page of cgi program -->
<input type=submit label="submit data">
</FORM>

but with object-level-inline type systems, you would have to use
if-thens or two separate HTML pages for input and confirmation.

Or might use a boolean to index into the array 'submit';'confirm'

(Simple examples sometimes have the disadvantage of being...
simple.)

--
Raul
----------------------------------------------------------------------
For information about J forums see http://www.jsoftware.com/forums.htm

Reply via email to