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 Mike Lewis 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. ziggy00001

    Scrolling Image over top of a page

    Perhaps your right. But with that link you provided I found exactly what I was looking for within 2 minutes and again I thank YOU very much.
  2. ziggy00001

    Scrolling Image over top of a page

    Well I have been a member for a few years and anyone that has responded to my posts have never been so ignorant. Yesterday I spent 2 hours trying to find what I need on Google but thanks anyway 'boy'. I do thank you very much kaht for the link.
  3. ziggy00001

    Scrolling Image over top of a page

    What do you mean job posting? This is a help request 'boy'. I'd appreciate if you can provide any help that you do, even just pointing me to a website that has some sample scripts that I can paste together on my own. If you can't then I don't know why you responded.
  4. 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...
  5. ziggy00001

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

    The thing is this is a client side application. The HTML page is run from inside a POS application. I am writing an integration module that sends requests to the URL in order to find new customer data. The URL then returns the sample code that is automatically populated to the db. Because I am...
  6. 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>...
  7. ziggy00001

    Creating a dynamic URL within a Form

    So before my function validate() is finished I would insert document.formname.action = "theurlIwanttogoto.html" and delect action from the tag <form name="accountID" method="get" onsubmit="javascript:validate()">
  8. 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...
  9. ziggy00001

    SQL recordset passing to variable for later display

    Thank you very much for your patience and help PHV you have been a tremendous help.
  10. ziggy00001

    SQL recordset passing to variable for later display

    Actually I'm even more confused as to why I need to declare Set Conn = Server.CreateObject("ADODB.Connection") as a variable? Or am I completely missing something here?
  11. ziggy00001

    SQL recordset passing to variable for later display

    Now it is giving me a... Runtime Error Line: 83 Error: Variable undefined 'Server' which is the line before... Set Conn = Server.CreateObject("ADODB.Connection")
  12. ziggy00001

    SQL recordset passing to variable for later display

    I get Error: Expected Statement Line 29 which is where I replaced On Error Resume Next with Option Explicit
  13. ziggy00001

    SQL recordset passing to variable for later display

    As you can see I have placed it in the head tag but it is because of the way the function is called. Because this is embedded inside an application frame and every time a new customer is set within the application the function is being called. This way does work as I can as I am able set...
  14. 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...
  15. ziggy00001

    Passing recordsets to variables to be displayed

    I might be in the wrong forum, I am using VBScript and calling a function that the SQL statement is embeded in. Here is my complete page <html> <head> <meta http-equiv="Content-Language" content="en-us"> <link rel="stylesheet" type="text/css" href="style.css"> <script...
  16. 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...
  17. ziggy00001

    ASP/RDC Licensing

    Just to let you know about the licensing in 8, you are only allowed 5 Concurrent users at one time but there was nothing in place to stop you from allowing more than the limit to run reports(you were supposed to monitor the number of CAL's yourself). With the new version 8.5 they implemented...

Part and Inventory Search

Back
Top