Search the web
Sign In
New User? Sign Up
coldfusion-howto · ColdFusion Tips Tutorial Help Questions
? Already a member? Sign in to Yahoo!

Yahoo! Groups Tips

Did you know...
Want to share photos of your group with the world? Add a group photo to Flickr.

Best of Y! Groups

   Check them out and nominate your group.

Messages

  Messages Help
Advanced
Messages 42395 - 42424 of 42948   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand   (Group by Topic) Author Sort by Date ^
42395
Did the RegEx that I sent work? -hankcfman ... From: Greg Hope <g_hope@...> To: Coldfusion Group <ColdFusion-HowTo@yahoogroups.com> Sent: Tuesday,...
Hank Miller
hankcfman
Offline Send Email
Feb 1, 2008
8:47 pm
42396
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...
Greg Hope
g_hope
Offline Send Email
Feb 1, 2008
10:45 pm
42397
<cfsavecontent variable="str1"> <cfoutput> <object classid="https://spike.miracosta.edu:443/public/SIGNAGETEST/...
Hank Miller
hankcfman
Offline Send Email
Feb 1, 2008
10:50 pm
42398
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 ...
Uraidiot
uraidiot2000xyz
Offline Send Email
Feb 4, 2008
3:34 am
42399
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...
George Georgiou
giorgoc
Offline Send Email
Feb 4, 2008
6:54 pm
42400
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 ...
George Georgiou
giorgoc
Offline Send Email
Feb 4, 2008
7:04 pm
42401
http://www.surveymonkey.com/s.aspx?sm=321RrO9_2fWaP_2bdYMnmF9CuQ_3d_3d ... -- ... Jason Radosevich http://www.terminalfusion.com ...
Jason Radosevich
j_abell
Offline Send Email
Feb 4, 2008
7:22 pm
42402
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...
Rusty
the_game570
Offline Send Email
Feb 4, 2008
9:42 pm
42403
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...
John Bartlett
wyntermoonwolf
Offline Send Email
Feb 4, 2008
10:07 pm
42404
Dont know if this will help.. http://archive.flashnewz.com/flashnewz-5-20061031FixingTheClickToActivateFlashContentInIE.html worth a try.. ... -- ... Jason...
Jason Radosevich
j_abell
Offline Send Email
Feb 4, 2008
10:27 pm
42405
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...
John Barrett
barrjohnm
Offline Send Email
Feb 5, 2008
12:36 am
42406
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"...
John Bartlett
wyntermoonwolf
Offline Send Email
Feb 5, 2008
12:41 am
42407
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...
Catherine Mortali
cmp_boston
Offline Send Email
Feb 5, 2008
2:39 pm
42408
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...
Rusty
the_game570
Offline Send Email
Feb 5, 2008
4:06 pm
42409
I just done that, thanks! hope we will get something soon ;-) ... [Non-text portions of this message have been removed]...
George Georgiou
giorgoc
Offline Send Email
Feb 5, 2008
7:24 pm
42410
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...
George Georgiou
giorgoc
Offline Send Email
Feb 5, 2008
7:27 pm
42411
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 ...
Kennedy
j_knndy
Offline Send Email
Feb 6, 2008
6:03 pm
42412
If you're displaying the HTML they entered in the input field, you'll need to replace all " characters with &quot; Another option is to use a textarea field. ...
John Bartlett
wyntermoonwolf
Offline Send Email
Feb 6, 2008
6:21 pm
42413
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...
JOEL
polsky2000
Online Now Send Email
Feb 7, 2008
9:23 pm
42414
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...
John Bartlett
wyntermoonwolf
Offline Send Email
Feb 7, 2008
9:28 pm
42415
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...
JOEL
polsky2000
Online Now Send Email
Feb 7, 2008
9:43 pm
42416
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...
John Bartlett
wyntermoonwolf
Offline Send Email
Feb 7, 2008
10:50 pm
42417
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...
raehm
Offline Send Email
Feb 7, 2008
11:02 pm
42418
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...
John Bartlett
wyntermoonwolf
Offline Send Email
Feb 7, 2008
11:41 pm
42419
Here ya go. In my case, I displayed a message letting the users know the page has moved. You can alter it with a CFLOCATE if you want. <CFSET...
John Bartlett
wyntermoonwolf
Offline Send Email
Feb 7, 2008
11:47 pm
42420
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...
Al Bundy
cdecinko
Offline Send Email
Feb 8, 2008
1:12 am
42421
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...
Joel
pictureman20...
Online Now Send Email
Feb 8, 2008
2:38 pm
42422
You can have a table of URL's with the old URL and the new URL it'll redirect to. -John ... From: "Joel" <polsky2000@...> To:...
John Bartlett
wyntermoonwolf
Offline Send Email
Feb 8, 2008
4:10 pm
42423
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...
JoAnn Schlosser
jojo_super77
Offline Send Email
Feb 10, 2008
6:19 pm
42424
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...
christianplaat
Offline Send Email
Feb 11, 2008
1:30 am
Messages 42395 - 42424 of 42948   Oldest  |  < Older  |  Newer >  |  Newest
Advanced
Add to My Yahoo!      XML What's This?

Copyright © 2007 Yahoo! Inc. All rights reserved.
Privacy Policy - Terms of Service - Guidelines - Help