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 gkittelson 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: *

  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!

    F10 did get me into the BIOS but there are very little options. There is no option for enabling a mouse, the only input device shown was USB keyboard support. I reset them to default. When it reboots it says windows did not detect a mouse attached to the computer......you may now attach one...
  4. airski

    Reinstall Windows and No Mouse Now! Help!

    I was not aware that Compaq BIOS was F10, i'll try that. It does have 2 hard drives and i thought that might be it, so i removed the second one and installed in the compaq. I tried the mouse on another pc and it works fine. I'll let you all know if this all works. Thanks
  5. 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...
  6. 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...
  7. 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