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...
http://www.experts-exchange.com/Software/Server_Software/Web_Servers/ColdFusion/Q_10335273...
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...
http://www.experts-exchange.com/Software/Server_Software/Web_Servers/ColdFusion/Q_20103681...
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...
http://www.experts-exchange.com/Software/Server_Software/Web_Servers/ColdFusion/Q_20119391...
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")>...
http://www.experts-exchange.com/Software/Server_Software/Web_Servers/ColdFusion/Q_20351653...
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...
http://www.experts-exchange.com/Software/Server_Software/Web_Servers/ColdFusion/Q_20398076...
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...
http://www.experts-exchange.com/Software/Server_Software/Web_Servers/ColdFusion/Q_21073008...
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...
http://www.experts-exchange.com/Software/Server_Software/Web_Servers/ColdFusion/Q_21297729...
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...
http://www.experts-exchange.com/Software/Server_Software/Web_Servers/ColdFusion/Q_21369004...
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...
http://www.experts-exchange.com/Software/Server_Software/Web_Servers/ColdFusion/Q_21377964...
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.......
http://www.experts-exchange.com/Software/Server_Software/Web_Servers/ColdFusion/Q_21559145...