You could do the things mentioned in this order... First, check the header as mentioned... Then if there seems no difference get the page with <cfhttp> and 1....
I have a cfloop that iterates through a query and creates an object for every userid that is returned in the query. Is there a way that I can dispose of the...
As long as they aren't in a memory scope (the session or application scopes) they will be garbage collected when the JVM needs to do so, after the page has...
There's also a smaller zip floating around the net: http://www.cfreport.org/downloads/CF_FB_Extensions.zip I really wish adobe would make this easier and...
While this will remove the reference to the object, there's no guarantee that the JVM will do a garbage collection when you do. It's most likely to if you are...
... Well, yes, innerHTML :-) But things like that although *technically* outside the spec, are supported everywhere. This is why I said 'proper' not 'standards...
You can't *include* it as will be on a different serverbut if you just need the output of this page try this: <cfhttp url="http://domain2.com/page2.cfm"...
Jenny, Have your replacement hosting needs been met yet? Dan ... ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~| Introducing the Fusion...
If you really wanted to, you could use: StructDelete(structure, key [, indicatenotexisting ]) StructDelete ( variables, "objectKey" [, true] ) Ryan ... I have...
... I think they are terrified that everyone will run Eclipse with plugins rather than Flex Builder. -- Tom Chiverton Helping to quickly disseminate...
Thanks Dave. That is why I was looking for it because I wanted to remove it from cache to see if it resolved the issue where an image inside of a flash form...
... Thank you all for your assistance. In the end I was attempting to mimic what our Designer put into the layout template but I guess there are times when...
I use to have my errors log into a database. After I had a meltdown on my server, a Coldfusion Tech had me to take my jvm.config from my developer pc and copy...
Hi All, I am currently interfacing with our new Search Engine via its Java API (obviously using ColdFusion ;-) and it has the following line in the API docs......
Hey all - I'm debugging a customer issue with a CFHTTP call that's reaching out to a secure location with a valid certificate. I've exported the cert (in both...
No worries... sorted.... <cfloop condition="resultIterator.hasNext() eq true"> Now only thing to see is if there is a way to get the iterator length ;-) ... ...
James, You can refer to a query record set using array/object notation: <cfset value = Recordset1[ "client_#directories.Name#" ][ Recordset1.CurrentRow ] /> ...
James - try the evaluate function for a quick solution ... ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~| Introducing the Fusion...
"I've been away from Authorize.net for a few years but it does seem they've dropped in popularity and reliability." Really, I have nothing but good things to...
Thank you, thank you, thank you, thank you, thank you. Now i realise it's uses the same syntax as flash when you're using variables inside other variables....
Hi all Just wanted to try and get some thoughts on what people thought was the most preferred setup. I have a new server that I am about to setup for hosting...
If you need to include the page pre-processing then you might be out of luck. You'll probably have to write some sort of web service and run it on domain2. ...
Even a table wouldn't give him the result for which he's looking. Assuming you had a 3x3 table, with the image in the bottom right corner, the text still would...
I'm setting up a website where customers of my client see specific documents that my client allows permissions to. This way the client needs to be able to...
We've had plenty of problems with IIS5 on Win2k. Most times, there appears to be a simple solution, but it only applies to IIS6, which requires Win2003. So, if...
I don't think so. During CFUnited everyone from Adobe talked about using CFEclipse for modifying CFCs. Cutter ____________ http://blog.cutterscrossing.com ... ...