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 Mike Lewis 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. briggsc

    .asp form/link restriction

    Thanks for responding. The links are not linked to the website yet. I've asked a few of my users, who submitted the forms, how did they get to the forms. They said they bookmarked them. At one time they were searchable through my website.
  2. 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...
  3. 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")...
  4. briggsc

    ASP Form Calculation

    Hi, Thanks for your help. Using the code I still get the type mismatch error. Thanks Again!
  5. 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")...
  6. briggsc

    Form Validation

    That's okay I figured it out. I used a Select Case.
  7. briggsc

    Form Validation

    Thanks for responding! I must say I am fairly new to .asp. Basicly what I want is. If the the field is <>"" then if the field = 06teach or 06med then display error. Does this sound all right?
  8. 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...
  9. briggsc

    ASP Form Validation

    Hi Tsuji,, I've got it to work. Thanks for your help!
  10. briggsc

    ASP Form Validation

    Actually this is for a private network environment. Microsoft Internet Explorer is the only browser we use. I'm not very knowledgable with Javascript, but I'll look into it. I wanted to use server side vbs script because all of my other validation code is in that script. Again, Thanks for your...
  11. briggsc

    ASP Form Validation

    Hi Tsuji, Thanks for your help! The form will be on the same page of the asp page. I am fairly new to asp programming and need all the help I can get. What I basiclly whant is to validate the form field. There will be a note next to the field that says enter amount in 200 or 1000 increments. I...
  12. briggsc

    ASP Form Validation

    Thank again for your help! I caught that typo earlier and changed it, but it still did the same. Now, I've changed the code and it's show False again whether If I put in the correct increment amount or not. I'm sorry if I am taking too much of your time.
  13. briggsc

    ASP Form Validation

    Thanks so much for your help! I tried your code, but I get a Wrong number of arguments or invalid property assignment error message on the if not isnull(IsExactMultiple) and IsExactMultiple <> 0 then. Thanks Again for your help!
  14. 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