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 John Tel on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Recent content by firepwr

  1. firepwr

    CF Slider Custom Tag Help

    Left another comment on their website but it would appear they're not very good at supporting their tag.... It's too bad too---it could be really useful if it didn't have this huge limitation. :-(
  2. firepwr

    CF Slider Custom Tag Help

    That's everything. I created index.cfm as a simple example (our real file is obviously more involved) and slider.cfm is the custom tab that we downloaded off the site....
  3. firepwr

    CF Slider Custom Tag Help

    We found this really cool slider tag for Coldfusion at the following location: http://www.asfusion.com/blog/entry/cfslider-custom-tag/. The problem is that it's missing one core piece of functionality...no matter what we've tried we can't seem to pass a value to the slider and have it reflect...
  4. firepwr

    SQL Looping - Indeterminate Counts

    We have a department like many with a director and multiple layers of supervisors. Some employees may be only one layer away from the director while others may be multiple layers away. For various reasons we're trying to pull a list of all of our employees from a much larger enterprise list...
  5. firepwr

    Stuck Emails

    Sorry I should have listed that also. DNS, reverse DNS, MX record, etc.... all appear okay....
  6. firepwr

    Stuck Emails

    Recently a working stand alone Exchange server stopped being able to send out messages. The messages arrive at the server (i.e. they are in the queue) but they are never able to leave the server and eventually return an "undeliverable" message with a #4.4.7 code (Problem with a timeout)...
  7. firepwr

    Locate Unknown Database Hosts - Simple Scanner

    I work in a large enterprise with large numbers of servers in multiple DBMS versions (DB2, Oracle, SQL, Sybase). We have a repository of information, however, one of the obvious challenges is keeping it accurate and up-to-date. We've looked into "scanners" but almost everything we've found...
  8. firepwr

    Automatically Download a File from a Website

    It looks promising but none of the examples deal with IE and mouse clicks. Do you have a simple example script the finds a link on a page and clicks it?
  9. firepwr

    Automatically Download a File from a Website

    I need to automatically download a file (via http) that exists on another server. It's not running ftp and there is no share I can map to. It's at a web address like: http://www.domain.com/excel_file.xls If I go to the website and click the link to that file I can easily save it but I...
  10. firepwr

    Two Select Boxes - Auto Balancing to 100%

    You are AWESOME---Thank You! Here's the complete working example code for anyone else: <html><head> <SCRIPT LANGUAGE="JavaScript"> <!-- function balance(id){ if(id == "MS_Percent"){ firstval = document.getElementById("MS_Percent").value; if(firstval == " " && firstval != ""){...
  11. firepwr

    Two Select Boxes - Auto Balancing to 100%

    I've got two drop down boxes that are going to be used to select the percentage a person is designated to two different categories. I'd like them to "auto-balance" whenever one of the two is selected. Example #1: Someone selects 30% on the left side and the right side automatically changes to...
  12. firepwr

    Send a CFCHART via CFMAIL

    Does anyone know if it's possible to send a CFCHART via CFMAIL? All kinds of people are asking this but no one seems to have an answer.... I tried modifying the example from the online docs to what's below (comments removed) but all I receive is an email with a red "x" in it and the 5 data...
  13. firepwr

    CF MX 7: Launch .CFM Page from a Batch File

    Well one of the main issues that we see repeatedly is that the CF scheduler is unreliable. Stuff just seems to randomly fail to execute for no apparent reason....
  14. firepwr

    Page Last Updated

    Heh...heh...no that's not exactly what I mean.... I need it to automatically read the OS level date of the particular .CFM page being executed....
  15. firepwr

    Page Last Updated

    Does anyone have a code snippet they've used for the last update date of the current CF page being executed? We need to include this in a footer in order to meet an intranet standard.... Thanks.

Part and Inventory Search

Back
Top