Advertisement

Check out our new and improved Advanced Search! We have added additional search options and the ability to save your searches.
 
Enter Keywords:
 
1 - 10 of 67(0 seconds)
[x]
The Solution Rating System

With so many solutions, how can you tell which solutions are most likely to help you and which ones are not? To provide you with a tool to use, we rate our solutions based on various elements that most accurately determine if a solution is a quality solution. To explain what factors affect the solution rating, here are the elements we take into consideration when formulating our solution rating.

  • The Grade of the Solution
  • The Zone Rank of the Expert Providing the Solution
  • The Number of Author and Expert Comments
  • The Number of Experts Contributing
  • The Feedback of the Community

Your Input Matters
Because of the way the system is set up, the most important variable in this equation is you. As a member of Experts Exchange, you are able to cast your vote on the quality of the solutions in regard to how complete, accurate, helpful and easy to understand each solution is. When you provide your feedback, each rating is adjusted accordingly. So, if you see a solution that has a poor rating that you think is a good solution, let us know by rating it. As you do, the rating will be adjusted and will become more accurate for other members of our site.

If you have any suggestions that you would like to make for our rating system, please ask a question in the Suggestions Zone of Community Support.

Thank you!

7.8
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 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 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 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 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 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 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 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 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 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 Views: 0