I have a template that reloads itself. I'm also doing a <cfquery on a database. What I want to do is when I load this template I don't want to do the <cfquery unless once
loaded the user enters in some text in the <input box and then submits the page which reloads itself.
Is the syntax below correct? It always returns "Not Defined" even if I input text into the field.
<cfif NOT IsDefined("defined")>
Not Defined
<cfelse>
Defined
Run <cfquery....
Set defined to NIL
</cfif>
<form action="" method="GET" name="redirect">
<input class="formfield" type="text" name="redirect" value="" size="8" maxlength="15">
<input class="formbuttons" type="hidden" name="defined" value=""><input class="formbuttons" type="submit" value="Jump" name="results">
</form>
[Todays Threads] [This Message] [Subscription] [Fast Unsubscribe] [User Settings]

