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...
Hi,
Is it possible to bring up another list box after a user selected information from a previous list box??
For example if a person is a reporting a fault in Room 1, on selection of Room 1 another list box should appear dynamically showing all the computers in Room 1. Is this at all possible...
Hi
How can i create an form in CDOSYS to send an email?
Win 2000 and NT used CDONTS but thats not available for Win XP pro IIS V5.1 If anyone knows how to make use of this new object i would very much like to know
Thanks in advance
Hi
I am aware that its possible to send emails using ASP scripts using the CDONTS object; but that is for Windows NT platforms. Is it possible to do it using Win XP pro with IIS 5.1??
Thanks in advance
Hello!
Is it possible to assigned session variables to local dim variables. For example
Dim strTech
strTech = Session("Role")
It does not work for some reason. Or is it possible for me to utilize session variables in an sql statement??
Thanks in advance
Hi
I am developing an asp application and it has hyperlinks on all the pages for navigation. When a user clicks on a link it changes colour to show that they have visited it. The links are not being refreshed when the user logs back into application. Is there a method to do this with asp? Any...
Hi,
I am trying to create a list box with information generated from a database. I have done this before but the problem is that I would like to select certain information to be in the list box. For example I have a faults table; each fault has a status assigned to them and I would like to...
How can I make use of asp session level variables? I have created a registration page which takes in session level variables. Another page processes the details to a database. I would like to manipulate those variables when a user logs to personalise web pages. If anyone has any suggestions I...
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.