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 derfloh 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. mattboyslim

    [SOLVED] KX-TD343: Set New One-Touch Dialing, but Lights Not Working

    All of our phones in the office previously had the same one-touch dialing configuration. My goal was to have only one-touch extensions for people on my team. After I set all new one-touch extensions, when any of the new people I added has their phone picked up, their light on my phone doesn't...
  2. mattboyslim

    Content Expiration - Tell browsers to cache

    I'd let to set content expiration for a reason other than normal: We need clients to cache a specific page for a period of time. We're doing this for bandwidth issues. So basically, the question is, if I set this for 14 days, how do the clients know when 14 days is up? The machines that are...
  3. mattboyslim

    How to get the dates between two dates?

    I have a database where there is a "Start Date" and and "End Date" of an event. I need to get all the days between those two days. The reason I need this is because of a calendaring application where I'm highlighting days where events occur. Here is my current code, which loops and highlights...
  4. mattboyslim

    How to display the number of records in a recordset?

    How do I display the number of records in a recordset? The reason I ask is because I need to determine if a recordset contains only 1 record, and if it does, then display a different heading, say "Records" versus "Record". Here is my SQL query: ================================== <% Dim...
  5. mattboyslim

    If request.Querystring(&quot;var1&quot;) = &quot;&quot; or request.querystring(&

    I have a page where I'm displaying certain things depending on the querystring. If I only use one request.querystring, then it works, but if I add an OR statement to show if either one of 2 cases is applicable, then it doesn't work. http://portal.thinix.com/attractions...=4&contact=yes OR...
  6. mattboyslim

    Simple CDONTS script needed

    Does anyone know of a very simple CDONTS (or any ASP email component at all will work) script that will simply take all form fields, and mail them the body of an email. I absolutely have no desire to manually create the standard CDONTS code to email the information, as there are over 1200 form...

Part and Inventory Search

Back
Top