|
Hi Mike, You could do something like this: <cfif
isDefined(“FORM.Post”)> something happens here…..<br> </cfif> <form name=”PostForm”
method=”post” action=”thispage.cfm”> <input type=”text”
name=”form1” value=”username”> <input type=”text”
name=”form2” value=”password”> <input type=”submit”
name=”submit” value=”Submit”>
The form page submits to itself and the
code within the conditional statement will execute only if the value FORM.Post is passed. Nolan Nolan J. Dubeau Application Design &
Technology ------------------------------------------------ p. 416.532.8852 -----Original Message----- Hi All, Please excuse the beginner
question. I am trying to make pages that post to themselves. I
there a way to set up a variable that that dynamically includes the template
name so I don't have to keep changing the template name when I reuse a form. Thanks Mike |
- [CFTALKTor] Post to Self Mike
- RE: [CFTALKTor] Post to Self Mike Lau
- RE: [CFTALKTor] Post to Self Cheryl Hill
- RE: [CFTALKTor] Post to Self nolan
- RE: [CFTALKTor] Post to Self charles arehart
