Thanks a ton, Hank, and sorry about not getting back to you. I've been planning to reply and got sidetracked. Sadly, no, that <object> tag still gets populated...
I have a tabel that contains three states, cities that are in each of the states, and other columns. I want to output by state, then all cities within that ...
errr... a little bit confused, but in order to help you with this, why don't you just fetch all data from your datasource and then play with sorting/grouping...
Hi there, I have been developing in ColdFusion for almost 8 years now. Since 2000 I have been using Alaire ColdFusion and then Macromedia Homesite to write my ...
OK, I have a form using MX7 that includes a cfgrid control. If I view this form in Firefox, then I only have to click the insert button once to get a row to...
Just wanted to toss in the input that I'm currenlty playing around with cfgrid on MX8 in IE6 and not having any issues. But it sounds like you're having to...
Dont know if this will help.. http://archive.flashnewz.com/flashnewz-5-20061031FixingTheClickToActivateFlashContentInIE.html worth a try.. ... -- ... Jason...
Hi, I am trying to build a serch page with verity on my localhost., and have a few questions: (1) Is it possible to include something like, "this page took x...
You can use GetTickCount() at the start and end of the search to figure out the execution time. (end - start) / 1000 = seconds ... From: "John Barrett"...
Anyone know of a way to prevent this? I've been getting TONS of errors lately where the spam bots are inserting a URL into the action page, i.e.: Error is...
That Javscript didn't help but I found out this is an issue with IE 6 and above. There is a update to 7.0.2 that seems to fix this problem. I installed it and...
Looks nice solution, but it could have been event easier if you just output the XML and save the whole thing into a cfsavecontent variable rather than building...
Hello, I'm trying to allow people to put html in a form field, like textarea, but in the next screen the form field does not capture all the html that was ...
If you're displaying the HTML they entered in the input field, you'll need to replace all " characters with " Another option is to use a textarea field. ...
Hi.. I need to to do the following and am not sure the best way to approach it. Here's my problem My company merged with another and the former domain is...
What you have should work fine if placed at the top of the Application.cfm template followed with a <CFABORT> tag. ... Hi.. I need to to do the following and...
That'd work for the root url, what about: www.fooA.com/folder/file.cfm www.fooA.com/folder/folder/file.cfm I suspect there's a way to have a list of pages and...
I see now. I did the same thing awhile ago. Unfortunately, the code is on one of my old desktops that's currently quite cranky in booting up due to a bad...
I'm trying to do a cflocation when a variable, for whatever reason, doesn't get passed, as in: "pagename.cfm?id=" This results in an error and sometimes, a...
I don't understand your logic. If ID is defined and it's not equal to "", you set it to itself (doesn't acomplish anything). Otherwise if it is set to "" or...
Considering how cheap domains are, why let the old domain go away? Put in on GoDaddy for a couple bucks a year and have it forward to the new site. That also...
We're keeping the domain and redirecting the root -- but a lof of bookmarked pages on the old url won't have matching pages on the current site -- so I need to...
I am at a loss. Ever since we moved to a new host (managed hosting, we do our own CF server work, or I should say, one consultant set it up when he moved the...
Hi, I will post an Australian beer to whoever helps me with this what should be simple problem, or a pound of my flesh.... I have spent hours trying to sort...