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 bkrike 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: adolsun
  • Content: Threads
  • Order by date
  1. adolsun

    Request date from two tables

    I’ve created 2 tables (MS Access XP) articles and authors. Articles table has these fields (id, title, body, authorID) and Authors has (authorID and name). I linked between them by authored) I wanted to display first a list of all authors (authors.asp) then when you click on any other you can...
  2. adolsun

    Text Format on ASP

    I've created my database on MS Access and linke it to the web using ASP. I can display data from db. The problem I have now is when I display a data from db on ASP page I get the text as one block with no spaces or paragraphs format. Can anybody give me a hand of how to display my text as I...
  3. adolsun

    Display Image

    I’m beginner ton ASP. I’ve been for a while searching but it seems no answer to my question in the past messages. I’ve created an access db table (product) with these fields: ID, name, price and media (contains a link to the images) I can display all details IID, name and price) on view.asp page...
  4. adolsun

    How to add to a db from drop down menu

    l've created an Access db with these fields (Title, Body and Section) Section field is Lookup column (About Me, Contact and Links). Also I created a form on add_data.asp to add data from it. On the form there's a Drop Down Menu. The peoblem is how to add from the drop down menu to the database...
  5. adolsun

    IIS with Apache

    My current server setup with IIS hosts a domain. However, as I need to run PHP and to avoid the limitation I've installed Apache. The problem is I can't now run either IIS or Apache. Is there a conflict between IIS and Apache? How to solve this problem?
  6. adolsun

    HTML Email

    Is it possable using ASP to create a form and send this form as HTML to an email?
  7. adolsun

    Sending a HTML Formatted mail

    I have created a form this form should go as HTML formatted to e-mail address. What I'm thinking is to create a form (I'll call it inform.asp) then another file which is (resultInform.asp) and then (confirmInform.asp) to confirm sending the e-mail. Can anyone give me a hand. This is inform.asp...
  8. adolsun

    create a vector to store more then one username and

    just want to know how to create a vector to store more then one username and password, which i can call up each time when my program is executed. username1:admin password: 111 username2: user password: 222 Thanks This is my code: -------------------------------------------------------...

Part and Inventory Search

Back
Top