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

    Having problems with Move.Next, i need help!

    Here is my code: <% Sub showKeywords(connobj) Dim strHTML Dim rs Set rs = Server.CreateObject (&quot;ADODB.Recordset&quot;) sql = &quot;Select keywords FROM products;&quot; rs.Open sql, connobj, adOpenForwardOnly,adLockReadOnly,adCmdText If not rs.EOF then strHTML = &quot;<META...
  2. airski

    How to use 2 numeric values in one table field?

    I have a ms access database with 9 products and 10 categories. I am using asp to call the products and categories to display on a webpage. My problem is that each category can only display one product? I can't put more than one value in my products table (category field) because it is a...
  3. airski

    Reinstall Windows and No Mouse Now! Help!

    I reinstalled windows98se on a friends computer because it was loaded with junk (i've done this millions of times). After it was finished a message popped up saying that no ps/2 mouse was detected? It was plugged in. I restarted, nothing. I tried a USB mouse, nothing. I tried a wireless USB...
  4. airski

    Perl Form Processing (send in html format)

    I have created a simple perl program that will take a users input from a form and email that input to me. The only problem is that i would like for it to be sent to my email in html format. I have created this program to send the input to an email address in text format and print a &quot;thank...
  5. airski

    need help with validation form, quiz

    i have looked forever trying to find a simple form with about 5 questions that uses radio buttons for answers, stores those answers in an array, and has a alert pop up with the number of correct when the user clicks on submit. when i took JavaScript i had all these programs, and yesturday my...

Part and Inventory Search

Back
Top