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

    Scrolling Image over top of a page

    I have seen this done before but can not remember where, what I am looking for is laid out below. How do I: 1. Have an image load after 30 seconds 2. Load it over top(hover) of the page 3. Keep the image the same distance from the top of the page (ie. if the user has scrolled down the page it...
  2. ziggy00001

    Next step in my problem(re: earlier post Dynamic URL)

    Now that I am able to submit my request to the appropriate URL, I have no idea how to take the information that is returned and INSERT it into a db. This is an example of what would be returned.... <?xml version="1.0" encoding="UTF-8" standalone="yes" ?> <RESULTS> <INFO>...
  3. ziggy00001

    Creating a dynamic URL within a Form

    After evaluating whether the account number entered into a form input box by the user, is NOT a current account number(ie customer not in local db). I need to be able to take this account number and use is it to create a dynamic URL which would then be sent to a server to be processed to...
  4. ziggy00001

    SQL recordset passing to variable for later display

    Can anyone see anything wrong with this set of code. I have tested the SQL Statement and it returns the correct Balance, which = $422.63. Where I beleive I am faultering is passing the recordset to the variable. Set Conn = Server.CreateObject("ADODB.Connection") Conn.Open...
  5. ziggy00001

    Passing recordsets to variables to be displayed

    Can anyone see anything wrong with this set of code. I have tested the SQL Statement and it returns the correct Balance, which = $422.63. Where I beleive I am faultering is passing the recordset to the variable. Set Conn = Server.CreateObject("ADODB.Connection") Conn.Open...

Part and Inventory Search

Back
Top