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!

Search results for query: *

  • Users: Sunil606
  • Content: Threads
  • Order by date
  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

    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...
  3. 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...
  4. 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...
  5. 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...
  6. 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.
  7. 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...
  8. 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...
  9. 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...
  10. Sunil606

    Database List Boxes

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

    Making use CDOSYS

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

    Sending emails using Win XP Pro

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

    Assigned session variables to local variables

    Hello! Is it possible to assigned session variables to local dim variables. For example Dim strTech strTech = Session(&quot;Role&quot;) It does not work for some reason. Or is it possible for me to utilize session variables in an sql statement?? Thanks in advance
  14. Sunil606

    Hyperlinks

    Hi Does anybody have an idea of how to refresh hyperlinks using Javascript? Some code? Thanks in advance
  15. Sunil606

    Refreshing hyperlinks

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

    ASP List boxes

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

    ASP sessions

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

Part and Inventory Search

Back
Top