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

    Problem with onmouseover function

    Hello, I'm using an onmouseover and onmouseout event to change the image and text of one div when I hover over some thumbnails in another div. It seems to work fine if I move the mouse somewhat slowly from one thumbnail to another, but if I move the mouse quickly, the text changes but the...
  2. DenverMarc

    Ignore Case in validation

    Hello, I'm pretty new to javascript. I have an asp form and I'm using javascript for validation. One text field, PromoCode, has this: function ValidUserInput() { if ($("PromoCode").value != "0508Test") } alert("The promo code you entered is not valid, please check your code and enter...
  3. DenverMarc

    Format email from Access Form

    Hi, Is it possible to make the body of an email created from an Access form Rich Text rather than Plain Text? I'm in Access 2000. Here's some of the code I'm using: Dim stText As String Dim stLists As String Dim stOrderNum As String Dim stMailer As String Dim stOffer As Variant Dim stNames As...
  4. DenverMarc

    Setting Priority in email

    Hi everyone, I have an asp page that generates an automatic email. Is it possible to tag the email as "high priority"? Everyone recieving the email is using MS Outlook. Here's the code: <% Set Mail = Server.CreateObject("CDO.Message") Mail.From = request("SupportUser") Mail.To =...
  5. DenverMarc

    Recordset Paging using Alphabet

    Hello, I have an ASP page that retrieves a list of products from an Access 2000 database. Right now I have it set to show 15 products at a time, with <<Previous 1 2 3 4 5 6 7... Next>> to allow people to move through the records. My boss would like it set up this way: <<Previous A B C D E F G...
  6. DenverMarc

    Access linked tables and asp pages

    Hello, I've inherited the maintenance of our intranet sites, which use several Access databases and .asp pages. Many of the databases use the same tables, and currently keep separate copies of the tables, instead of linking them to one database. When I attempted to do this, I got an error...

Part and Inventory Search

Back
Top