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!

Search results for query: *

  • Users: stlWebWiz
  • Content: Threads
  • Order by date
  1. 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...
  2. 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...
  3. 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...
  4. 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...
  5. 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
  6. 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