macromedia.coldfusion.getting_started
[Top] [All Lists]

Re: application.cfc / cflogin prevents page display

Subject: Re: application.cfc / cflogin prevents page display
From: "Dan Bracuk" <webforumsuser@xxxxxxxxxxxxxx>
Date: Thu, 31 Jul 2008 13:14:34 +0000 (UTC)
Newsgroups: macromedia.coldfusion.getting_started

The cfabort tag is executing because as far as your function is concerned, 
form.register is never defined.  When you call a function, it the only 
variables it knows about are the arguments it is sent and the ones created 
within the funciton.


<Prev in Thread] Current Thread [Next in Thread>