Basically I have a form that I use to submit data to a database. this works fine. My problem is when I try to redirect the user to a your request has been submitted page. I tried setting a var to do this:
<%
sent = 0
code
sent = 1
if sent = 1 then
response.redirect("page")
%>
but...
I have this sub routine that validates a phone number. Everything works(i think) until i get to the instr. The purpose of the instr is to flag an error if the user puts a "-" in the string. Now I have two questions. One if I am checking to see if it isnumeric, shouldn't the...
Hey,
I have a win XP machine that acts as the server sharing the files. I have a win 2000 machine (office 2000) that accesses the shared files. PowerPoint and Excel seem to be able to open the shared files with no problems, but when I try to access the shared files with word I receive system...
Hello,
the following validation is giving me problems when it checks for the number of numbers entered in the phone field. The script checks first to see if the field is not empty, then checks to make sure its numeric. both seem to work fine. the next if statement checks to make that there is...
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.