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. :-(
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....
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...
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...
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)...
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...
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?
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...
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 != ""){...
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...
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...
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....
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.
You can do this by creating a file called "xxxx.cfm" with the following:
<HTML><HEAD>
<meta HTTP-EQUIV="Refresh" CONTENT="0; URL=http://www.test.com/stuff/test.xls">
</HEAD><BODY> </BODY></HTML>
That way your application.cfm file will check the perms and redirect. The problem with this...
Have you tried putting code like this at the beginning of your pages:
<CFHEADER NAME="Expires" VALUE="Sun, 07 Jul 1977 07:07:07 GMT">
<CFHEADER NAME="Pragma" VALUE="no-cache">
<CFHEADER NAME="cache-control" VALUE="no-cache, no-store, must-revalidate">
<html><head>
<meta...
In Coldfusion 6 I used to be able to launch a .cfm file from a batch file (runme.bat) in the following way:
set cf_template_path=c:\inetpub\schedule\runme.cfm
set QUERY_STRING=RequestTimeout=6000
c:\cfusion\bin\cfml.exe
In Coldfusion MX 7 this obviously won't work since there is no...
Yes that's exactly what's happening and was my first "heads up" that something was happening. Further investigation showed emails that I received in my inbox had my server's IP as the origination address. I then could go in the mail logs and see the email there....
I think what's happened...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.