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 SkipVought on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Search results for query: *

  1. stlWebWiz

    Saving the settings of a web page

    I was thinking about using the Application Object as well, that is what I'll go with. Thanks for your input. STLWW
  2. stlWebWiz

    Saving the settings of a web page

    Hello, I have a page that has a drop down box with two options. A user can change the option from "Available" to "In Use". My question is, When the user changes the option...how can this be saved so that when another user goes to this page they will see the option that it has been switched to...
  3. stlWebWiz

    Web Login Security.

    This works like just like I wanted. Thank you very much for your help.
  4. stlWebWiz

    Web Login Security.

    So I would have: Form page (gets the info from user and post it to the action page) The Action Page (determines of the login/password are good, and also sets the Session variable to True if login is successful) The Secured Info Page (which would have the If Statement above.) I think I'm...
  5. stlWebWiz

    Web Login Security.

    Hello, I'm wanting to make sure that a user cannot access any pages without first entering a username and password. Also if the user leaves my site, then returns, I would want the page to expire, or for them to have to login again. Is there a line of code that will do either of these. I'm using...
  6. stlWebWiz

    Retrieving Excel data with ASP

    Hello, I'm wanting to display information from an excel spreadsheet on an ASP webpage. I know its not usually a good idea to use excel as a datasource but I'm only using it to display. I know ASP is capable of retrieving info from an Excel spreadsheet, but I have know idea what the code would...
  7. stlWebWiz

    Using an array in ASP

    Thanks for all your input guys, I've got plenty of time to work on this so I think I'm going to go with multiple tables. STL
  8. stlWebWiz

    Using an array in ASP

    Hello, I'm wondering how I would go about getting info into and out of an array with ASP. On my form the user can check multiple brands of UPS devices such as APC, ServerTechnology, and MGE. ABC Software UPSs APC ServerTechnology MGE I would want to have APC...
  9. stlWebWiz

    Session or Cookie for login?

    Thanks to everyone....I thought in the beginning that sessions would be better and now that i have a little more input on the subject i will be using the session variable STP
  10. stlWebWiz

    Session or Cookie for login?

    Hello, I'm trying to decide on whether using a Session variable or Cookie for my login setup. Does anyone have any suggestions? Which one is the most secure of the two? Thanks in advance Stanly T. Pickford
  11. stlWebWiz

    Checking for duplicate records before inserting

    Thanks to all of you for your input, They give me three ways of accomplishing what I set out to do. I'll play around with these and see what I which one I like the best, they all pretty good STLWW
  12. stlWebWiz

    Checking for duplicate records before inserting

    Hello, I'm trying to determine if a record exist before I insert a record. Can anyone point me in the right direction here?? Heres how my code looks right now with nothing checking for duplicate records. An example or code snippet would really help and be appreciated. <% Dim name, email...

Part and Inventory Search

Back
Top