Advertisement

1 - 10 of 65 containing alltags:("cflocation") (0.001 seconds)
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: ColdFusion Application ServerDate Answered: 05/10/2000 Grade: A 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: ColdFusion Application ServerDate Answered: 04/11/2001 Grade: A 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: ColdFusion Application ServerDate Answered: 11/15/2001 Grade: A 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: ColdFusion Application ServerDate Answered: 09/06/2002 Grade: B 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: ColdFusion Application ServerDate Answered: 11/15/2002 Grade: A 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: ColdFusion Application ServerDate Answered: 07/27/2004 Grade: A 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: ColdFusion Application ServerDate Answered: 02/04/2005 Grade: B 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: ColdFusion Application ServerDate Answered: 05/24/2005 Grade: A 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: ColdFusion Application ServerDate Answered: 04/06/2005 Grade: A 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: ColdFusion Application ServerDate Answered: 09/21/2005 Grade: A Views: 0