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 Wanet Telecoms Ltd 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: briggsc
  • Content: Threads
  • Order by date
  1. briggsc

    .asp form/link restriction

    Hello, I have a few .asp forms that are linked from a website and are house on my website. I want to make these forms on accessible through the website they are linked from. I have excluded these forms from the search options on my website. Yet, I’ve found there are users who have stored the URL...
  2. briggsc

    Form Calculation

    Hi, I've created a form where the form field integer values are added to create and display a total once submitted, but my form is displaying a Mismatch error. Do anyone have any suggestions? Thanks for your help! Here's the code. <% dim field1, field2, field3 field1 = request.form("field1")...
  3. briggsc

    ASP Form Calculation

    Hi, I've created a form where the form field integer values are added to create and display a total once submitted, but my form is displaying a Mismatch error. Do anyone have any suggestions? Thanks for your help! Here's the code. <% dim field1, field2, field3 field1 = request.form("field1")...
  4. briggsc

    Form Validation

    Hi and Thanks for your help! I am working on this form. One of the text field I am using is for a Special Promotion Code. If the user enters the incorrect Promotion Code it should generate an error message. In the future this text field may have at least 10 valid promotion codes to this field...
  5. briggsc

    ASP Form Validation

    Hi, I have a form done in .asp. In this form the user will be asked to enter an amount. To insure the proper amount is entered, how can I validate the fields to force the user to enter an increment amount. For Example, increments of a 100.00 or 2,000.00. This is what I have so far, but the...

Part and Inventory Search

Back
Top