Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations bkrike on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Recent content by kferri

  1. kferri

    using login screen

    Thanks TamedTech! I used some of the code from the tutorial with my code and it works great!
  2. kferri

    Javascript problem

    I'm trying to remove the toolbar and scrollbar and set the size of my popup window using javascript. I have a image that has links on it and when you click on a link it pops up a new window. Here is my code: <script language="JavaScript"><!-- function P(url,h,w) { // (url,height,width) var p =...
  3. kferri

    using login screen

    Any idea's on what I'm doing wrong? Any help would be greatly appreciated. Thanks!
  4. kferri

    using login screen

    They don't share the same application.cfm page
  5. kferri

    using login screen

    On the login2.cfm page I was trying to set a "userexists" variable and pass that but it just keeps messing me up. You can see where I did this at the bottom of the login2.cfm page.
  6. kferri

    using login screen

    They are stored in both session and cookie variables. Here is some snippets. Login App. <table border="0" align="center" width="50%"> <tr> <Td bgcolor="BurlyWood" align="center" colspan="2"><font face="Arial" size="5"><b>Login to Calendar Application:</b></font> <p> <cfif...
  7. kferri

    using login screen

    I have a calendar app. and a login app. I'm trying to figure out how to make it so my clients have to go through the login screen in order to get to the calendar app. I have it working so far but when they are in the calendar app. and try to go back to the main index page of the calendar app...
  8. kferri

    comparing variables

    I'm creating a login screen in coldfusion using an access database. I want the username/password fields to be case sensitive. Is there a function in coldfusion that will check this? I'm not sure how to do this. Any help would be greatly appreciated.

Part and Inventory Search

Back
Top