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. djcampos

    Using the "Go To Detail Page" link within the same page

    I am creating a help desk application and I want to show the admin as much information on one page as possible. I have the page divided into thirds. The left third shows search parameters, the center third shows submitted work orders, and I want the right third to show detailed information for...
  2. djcampos

    Hover Pop Up Box With Database Information

    I'm creating a help desk. When a technician mouses over the title of the work order, I would like the hover pop up to contain the description of the work order that is contained in a SQL Server database. I am using ASP to write my pages. I just plan on having one rollover on the page. I'm...
  3. djcampos

    Hover Pop Up Box With Database Information

    I would like to use Javascript to create a hover box that will pop up when I move over text. In addition to that, I want this hover box to contain information from a field in a database associated with the text that I am mousing over. Does anyone know of a tutorial that will show me how to do...
  4. djcampos

    "Next" Detail Record

    I saw a perfect example of what I'm trying to do on this page. If you click on the link for a thread, you will see a link for the "Next Thread." This is exactly what I want to do. I want to click on a link to see the detail of a record, but then on that page I want to allow the user to click...
  5. djcampos

    "Next" Detail Record

    OK, I'm trying to do something that I never have before, and I'm pretty much stumped. When a user does a search, they are taken to a search results page. Included on that page is a "Detail" link for each record that is returned. That link takes the user to a more in depth detail page for each...
  6. djcampos

    Use a flash button as a submit button

    Dreamweaver includes some nice flash buttons that you can add to your web page. Can someone help me with the syntax to use one of these flash buttons as a "Submit" button for my web form? Thanks. Here is my code for my flash button: <object...
  7. djcampos

    Numeric Default Value In Recordset

    I'm trying to create a search form with two text boxes. The first is a Work Order ID text box. The second is an Email text box. My SQL looks like this: SELECT * FROM dbo.Request2 WHERE Order_ID = 'varID' OR Email LIKE 'varEmail' Name Default Value Run-time Value varID...
  8. djcampos

    Creating a link to a file in a database

    I have used Pure ASP upload in order to upload filenames to a database and the actual file to a server. I can create a recordset in which I can view the file name that has been loaded, but I would like to create a link in that recordset to the actual file residing on the database. Basically, I...
  9. djcampos

    Changing Session Variable Time

    Does anyone know how I can change the length that a session variable can remain active. I believe that the default is 20 mins, and I would like to make it longer. Thanks in advance.
  10. djcampos

    Pass Two Variables

    I should also add that I am passing the form variable as a hidden field in cas that answers any questions. Thanks again.
  11. djcampos

    Pass Two Variables

    I'm hoping someone can help me with this one. I am trying to pass two variables through a link that is connected to a detail page. I am passing the record ID number which is a unique number, but I would also like to pass a "computer name" variable as a form variable. The detail page is using...
  12. djcampos

    Using an Includes file

    I'm having a problem when trying to use an includes file in Dreamweaver MX. Whenever I insert the code into the code view of my page and then go the design view, I cannot see the rest of my page. In other words, I cannot edit any content until I remove the Includes code that I just inserted...
  13. djcampos

    Edit Fireworks Drop Down Menu

    Thanks! That was the direction that I was headed in. Thank you for confirming this.
  14. djcampos

    Edit Fireworks Drop Down Menu

    I have successfully imported the drop down menu into Dreamweaver without any problems using the "Insert Fireworks HTML" option. What I was wondering though is can I make a change to the pop up menu and have that change recognized by every page that uses that Fireworks HTML file. What I'm...
  15. djcampos

    Importing Fireworks Pop Up Menu into Dreamweaver

    I have successfully imported the pop up menu into Dreamweaver without any problems using the "Insert Fireworks HTML" option. What I was wondering though is can I make a change to the pop up menu and have that change recognized by every page that uses that Fireworks HTML file. What I'm trying...

Part and Inventory Search

Back
Top