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

    Search - Open New Window

    Hello, I'm trying to get the following script to open in a new window when a user clicks on one of the buttons. Here it is, any help is greatly appriceated. *********** String.prototype.trim = function() { return this.replace(/^\s*|\s*$/g,''); } function ProcessInput(e) { if...
  2. AKS44

    hide div content after Time delay of x

    I am attempting to create a show/hide div that simply hides the content in the div after it's displayed for 30 seconds or soo. This needs to be cross platform (IE6-7, FireFox, NS, etc) A good example can be seen at http://www.golf.com/golf/. The Ad at the top will slide close after a period of...
  3. AKS44

    JS Dropdown menu to hold down state

    I am working on a dropdown menu, and I need it to hold the down state of the top level menu item while you move over it's sub, and to come back to the up state once you move off. You can view an example of this menu in its current version - www.sms-cs.no-ip.org/si , if you move over products...
  4. AKS44

    CDO form new field

    I am working on a workorder request form that uses cdonts (Win 2000 server) I am simply trying to add more fields to the form and have the results sent via the email. This form also allows for multiple file attachments. You will notice the field "Requestor" that is a field that i added, however...
  5. AKS44

    multiple actions in one form

    I am trying to incorporate two search forms into one form. I am assuming that it will require some java scripting to accomplish this. However, i am not sure how to do this; any and all help would be greatly appreciated. Incorporate form 2 with form 1 Form 1 - <FORM method=GET...
  6. AKS44

    Multiple radio buttons in a single form

    I am trying to incorporate two search forms into one form. I am assuming that it will require some java scripting to accomplish this. However, i am not sure how to do this; any and all help would be greatly appreciated. Incorporate form 2 with form 1 Form 1 - <FORM method=GET...
  7. AKS44

    INSERT INTO query

    I am working on a user registration page. It was initally designed with a Do While Loop and I have been encountering latency issues because it is looping through 35,000+ records in SQL before entering a new record. I am attempting to change it to an INSERT INTO query. The DB has a Name, Email...

Part and Inventory Search

Back
Top