Enter Keywords:
1 - 10 of 67(0.019 seconds)
Sort By:
 
I am try to use the CFLocation tag to redirect the user to a logon page.  However, when I use the following coed, the browser just runs away and does not come back. <CFLOCATION url="logon.cfm" a...
Zones: Cold...Date Answered: 05/10/2000 Rating: 7.8 Views: 0
I have a lookup form and Im trying to display and error message if a user enters a wrong phone number in for some reason I tryed a number ways and can't get it to work. If someone enters the correc...
Zones: Cold...Date Answered: 04/11/2001 Rating: 5.8 Views: 0
Hello, I'm trying to relocate to a SPECIFIC place on a page using CFLOCATION.  The specific 'bookmark' that I'm trying to go to is containd in variable 'place'. <cflocation = "bla.cfm?##plac...
Zones: Cold...Date Answered: 11/15/2001 Rating: 7.0 Views: 0
I have a simple application all in one folder. I added security with a login that sets a session variable. I added the following code to Application.cfm: <CFIF NOT IsDefined("session.LoggedIn")>...
Zones: Cold...Date Answered: 09/06/2002 Rating: 6.6 Views: 0
I'm using CF Server 5.0. Here's my code in Application.cfm: <cfset visitTime=CreateTimeSpan(0,0,20,0)> <cfapplication name="training" sessionmanagement="yes" sessionTimeout="#variables.vis...
Zones: Cold...Date Answered: 11/15/2002 Rating: 9.2 Views: 0
I am running a scheduled task.  Ideally, the code for the task saves a cookie, then runs another page.  I am using "meta" to go to the next page because I understand that I cannot use CFLOCATION on...
Zones: Cold...Date Answered: 07/27/2004 Rating: 8.8 Views: 0
Hello, I have a form on page "edit.cfm" that has a submit button that updates data in the database.  After the button is clicked, to goes back to the master page.  This process works fine.  Howe...
Zones: Cold...Date Answered: 02/04/2005 Rating: 5.6 Views: 0
I have a page that displays some database info.  I have a link that will allow the user to change the order of the items displayed.  Once they click that link, a new template is called which alters...
Zones: Cold...Date Answered: 05/24/2005 Rating: 7.8 Views: 0
hi, i am have moved an application that originally resided on a cf 5.0 server and now resides on a cfmx server. i have worked out some syntax issues with having the application on the cfmx serve...
Zones: Cold...Date Answered: 04/06/2005 Rating: 9.0 Views: 0
I have a site that I am trying to restrict access to the "members" folder to only logged in users.   Within the "Members" folder I have a Application.cfm, login.cfm, logincheck.cfm, logout.cfm.......
Zones: Cold...Date Answered: 09/21/2005 Rating: 9.8 Views: 0