BackUp LevelNext

Incorporating HTML form tags

CFFORM allows you to incorporate standard HTML in two ways:

For example, you use a standard HTML INPUT tag to create a submit button in a CFFORM:

<CFFORM

...

    <INPUT TYPE="Submit" VALUE=" Update... ">

...

</CFFORM>




BackUp LevelNext

allaire

AllaireDoc@allaire.com
Copyright © 1998, Allaire Corporation. All rights reserved.