Macromedia coldfusion 4.5-cfml language reference User Manual

Page of 608
Chapter 1:  ColdFusion Tags
153
<P>
<FORM ACTION="cfparam.cfm" METHOD="POST">
Type in a new value for tempVar, and hit submit:<BR>
<INPUT TYPE="Text" NAME="tempVar">
<INPUT TYPE="Submit" NAME="" VALUE="submit">
</FORM>
</BODY>
</HTML>