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. HillBilly411

    Read permission for an access table

    In Access Right click on the DB and get Properties. Be sure there is read access to the table for the IUSR account.
  2. HillBilly411

    streamlining my ASP design

    Yes you can add the number of fields dynamcially. That is what ASP was made for. Provide your user with a dropdown of possible numbers. Grab that number and write the next page. If you are having to build javascript dynamically to check those boxes you have added another layer of complexity but...
  3. HillBilly411

    Cookies/sessions? - how do i set it?

    Cookies aren't really the way to go with this one. They are easily fiddled with by even the less savvy users who know about them. If someone wants to revisit the page they're gonna find a way so make it a little more work for them. Put this JavaScript into the page you are protecting. If your...
  4. HillBilly411

    Experts ---> Performance Question

    Just a guess but they could be using ASP on the back end to write each html page to a directory and then add the link to another page.

Part and Inventory Search

Back
Top