Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations Wanet Telecoms Ltd on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Recent content by Sunil606

  1. Sunil606

    Form validation

    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...
  2. Sunil606

    JavaScript OnChange Help required

    i looked at that, but that is hard coded, i want it dynamic, so on onChange, it executes the 2nd SQL statement
  3. Sunil606

    JavaScript OnChange Help required

    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...
  4. Sunil606

    Linked List Boxes

    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...
  5. Sunil606

    Dynamic Database List boxes

    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...
  6. Sunil606

    List boxes

    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(&quot;ADODB.Recordset&quot;) strSQL...
  7. Sunil606

    Images Using ASP

    thanks for that, i will try it out, and let you know how it goes.
  8. Sunil606

    Images Using ASP

    I have some .jpeg images, which i want to display using ASP. What is the best way of doing this? Thanks in advance.
  9. Sunil606

    Validation Checks

    thanks very much for that, it works a beauty :-)
  10. Sunil606

    Validation Checks

    WarTookMan, thanks for that, it works a treat, how can i put a email validation check so that it has to be an email address not any old crap.
  11. Sunil606

    Validation Checks

    thanks, let me test that out and get back to you. :-)
  12. Sunil606

    Validation Checks

    thanks for that, but where in the form would i place it?
  13. Sunil606

    Validation Checks

    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...
  14. Sunil606

    Validation Check

    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...
  15. Sunil606

    Sending emails using asp

    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=&quot;connectionString.asp&quot; --> 'Server side include used to hold the database connection...

Part and Inventory Search

Back
Top