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.
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...
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")...
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")...
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?
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...
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...
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...
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.
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!
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...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.