... Actually, you only have to make the source available 'on request'. -- Helping to dynamically syndicate markets as part of the IT team of the year, '09 and...
... Actually that's sorta (kinda, if you squint) true: http://www.labnol.org/internet/search/google-query-uses-1000-machines/7433/ Google holds the ENTIRE...
The following code for Button triggered download works with IE7 (hopefully IE6 & 8 as well) but not FireFox3, do you know how to make it supports both...
Try swapping out "lightgreen" with the hex value of that color and add "px" after 150 and it'll probably work fine. ... From: Don L [mailto:donli@...] ...
In firefox the downloadfilename will stop at the first space, won't bring the rest of the file name and extension. it works fine if no spaces are in the file...
Too bad, neither techniques works. I bet it may have something to do with the way the xyz.com/somefile.zip is set up, but it would be good that I'm wrong in...
I missed that but yes, width= should be width:. Here's the code that it should be: <input type="button" style="background-color:#HEXVAL;width:150px;" ...
I am trying to write a CFC that will handle the population of an array of components. The CFC is very simple, it has the following properties: array //Will...
the FILE attribute of <cfcontent> tag must include full path to file + filename - does it? the FILENAME parameter in your <cfheader> tag can be anything you...
Using type="any" will allow each element in the array to be a different type. Let me give you an example. I have a Person CFC that has a property "addresses"....
Try adding a 'return false' to the onclick. Adrian ... ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~| Adobe® ColdFusion® 8 software 8...
lightgreen is a perfectly valid value for background-color!!! Moreover, it has ***absolutely no effect*** on whether the button onclick works or not - invalid...
... Yes, since inside the style="..." attribute you are using CSS, and CSS does not use = to delimit properties and values. ... Makes no difference. Again,...
... This suggests it's more an issue with the file/server/network, not the method you are getting it with (however, still see my reply dated "04/01/2009 01:12...
Phillip, We bring this up often in our CFUG discussions as pretty much the best way possible to fail: blatant ignorance. Awesome story, good day to bring it...
Hi James, Thank you very much! I am going to do it on our server this afternoon. Hi Jason, Matt and Dave, Thank you so much for all your responses! We really...
So does anyone know this or is this something not available? Nathan ... From: Nathan Chen [mailto:Nathan.Chen@...] Sent: Sunday, March 29, 2009 10:56 PM To:...
1) Open in MS Word and save as html 2) Open in Dreamweaver and use the cleanup tool Commands => Cleanup Word HTML -- Scott Stewart ColdFusion Developer ...
Word outputs HTML files. They are a mess though. Just open the document in Word and do: Save As Web Page. Robert B. Harrison Director of Interactive Services ...
Scott, That's the step the end users try to avoid. They want something on the fly, letting CF to do the trick automatically after the file is uploaded. Nathan ...
I've got a function that replaces accented characters with english-type characters -- this is for file naming and such. It works fine until I put the function...