I need to validate each text field which prompts users to make sure they enter in their details. I have a few queries like:-
a)Validate credit card details, the start and the end date.
b)Validate email addresses
c)Validate the first and the last name
<!DOCTYPE HTML PUBLIC...
Hi,
I have written this asp code but feel that some javascript is required to do what i would like to do. I have this ASP page which has some list boxes. As the code shows below, I would like to know how it is possible to get a user to select the location of a room and after they have done that...
Hi,
I am trying to create a linked list box where a user selects a room number from a list box and on selection of the room number another list boxes opens up beneath it contain a list of the serial numbers in that particular room chosen by the user. If anyone has any ideas or could point me in...
Hi,
I have a ASP page which has a form with some dynamic list boxes generated from a database. What I would like to do is to write some asp code that will generate dynamically generate another list box after the user has made a selection from a previous one. Here is the code.
<%
Dim...
Hi
I have a form which has a dynamic list box containing data from a db. I have written a SQL query against a recordset and filled the recordset object with the results of the SQL query. Here is the query:
Dim objRS
Dim strSQL
Set objRS = Server.CreateObject("ADODB.Recordset")
strSQL...
I have a Registration form below, and I want to make sure that the users input data into all the fields before pressing submit. If a user does not enter anything, then I want a message box saying ‘You have not completed all fields’. They will only be able to submit their details once they have...
I have a Registration form below, and I want to make sure that the users input data into all the fields before pressing submit. If a user does not enter anything, then I want a message box saying ‘You have not completed all fields’. They will only be able to submit their details once they have...
Hi
I am trying to send emails using asp but I keep getting the following error message. Here is the code that i am using to do it.
Code used and adapted from Beginning ASP 3.0
<!--#include file="connectionString.asp" --> 'Server side include used to hold the database connection...
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.