I have a form where users can search for results by date, keyword, type, etc. this has worked fine for weeks, but just recently stopped working. now, sometimes it works fine, but for certain search terms, it gives the following error.
[Microsoft][ODBC SQL Server Driver][SQL Server]Cannot...
this is just the form part of it ... not the asp or anything. i tested it in firefox browser and it works fine. only in IE the submit button won't work with a completed form
I am having a wierd problem. I have an html form that will submit a blank form, but will not submit a form with data in it. I don't get errors or anything, the submit button just becomes disabled. I click on it and it does nothing if there is data, but goes ahead and submits when the form is...
This is what I used, and it works well.
Dim EmailAtCheck
Dim strEmail : strEmail = Request.QueryString("Email")
If InStr(strEmail, "@") Then
EmailAtCheck = "TRUE"
else
EmailAtCheck = "FALSE"
end if
I would like to require valid email addresses in my form, making sure that there is the @ symbol somewhere in the field. Does anyone know the code to do this? Is it ASP or HTML?
Thanks
I have set up a loop that pulls records from a database and displays them in a table. My problem is that nothing is showing up. The webpage shows that 651 records were pulled, and even breaks them down by section, but there is no data for individual records shown. Here is my code, maybe I am...
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.