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...
Real people. Real stories. See how Yahoo! Groups impacts members worldwide.

Best of Y! Groups

   Check them out and nominate your group.

Messages

  Messages Help
Advanced
Messages 29971 - 30000 of 42948   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand   (Group by Topic) Author Sort by Date ^
29971
Hi all - Hope you can be my second pair of eyes here, since I am the only (:<) pairs of programming eyes in my current work ... My objective has probably been...
djeddiej_2000
Offline Send Email
Dec 1, 2004
3:43 pm
29972
Hello! I am trying to do something and I am a little stuck. What I need to do is check to see if the url in the address bar is with or without the www. Then,...
cmvia
Offline Send Email
Dec 1, 2004
3:49 pm
29973
Has anyone done this or know of a site that has? I want to have the user select dates/times for an event via a CF form page and I'll use cfmail to send it...
Rob Baker
netposerx
Offline Send Email
Dec 1, 2004
3:52 pm
29974
What I did for a client that has 20 or 30 domains that there sales department wants all to show the www.domain.com in the URL location bar is: <cfif...
Timothy L. Watson
cybernicity2004
Offline Send Email
Dec 1, 2004
4:02 pm
29975
Correct me if I am wrong, but you can set up but "domain.com" and "www.domain.com" to point to the same place (via the web server). mcg _____ From: Timothy L....
Mary-Catherine Gerrey
duckboxxer
Offline Send Email
Dec 1, 2004
4:07 pm
29976
Ah ha! Worked like a charm! Thanks so much! (My web hosting company told me that they would not do the redirect, that I had to do it myself. Why - I do not...
cmvia
Offline Send Email
Dec 1, 2004
4:15 pm
29977
Just talk to whomever handles your DNS. This can be done much more efficiently on the DNS. Just setup an 'A' record for your domain without the 'www' and an...
Rob Baker
netposerx
Offline Send Email
Dec 1, 2004
4:18 pm
29978
So when the user types in domain.com it will show in the browser as www.domain.com, if it's done in DNS? They told me that it will just show up as domain.com...
Timothy L. Watson
cybernicity2004
Offline Send Email
Dec 1, 2004
4:40 pm
29979
It will show up as domain.com. Try it with zcom2.com and www.zcom2.com (yes that's us, its YEARS old) mcg _____ From: Timothy L. Watson...
Mary-Catherine Gerrey
duckboxxer
Offline Send Email
Dec 1, 2004
4:46 pm
29980
... Thanks Rob I want it the form to submit to a tab-delimited file and also to go to an email address. Can I do this in one action page? Jeanette...
x1jeanette
Offline Send Email
Dec 1, 2004
6:17 pm
29981
... Probably for two reasons: 1) it could suck up a lot of their time setting and unsetting these for everyone 2) they only know how to do it in the webserver...
Ben Curtis
wsi_ben
Offline Send Email
Dec 1, 2004
6:42 pm
29982
<!--- write to file ---> <cffile....> <!--- send email ---> <cfmail...> <!--- display thank you message ---> <html> <body> Thanks! </body> </html> _____ From:...
Mary-Catherine Gerrey
duckboxxer
Offline Send Email
Dec 1, 2004
6:58 pm
29983
I found a solution at - http://builder.com.com/5100-6386_14-5057635.html?tag=search#Listing%20D...
djeddiej_2000
Offline Send Email
Dec 1, 2004
7:20 pm
29984
... Thanks so much I'll give this a try Jeanette...
x1jeanette
Offline Send Email
Dec 1, 2004
7:37 pm
29985
I've seen it done and it works something like this: <st1:date Year="2004" Day="19" Month="11"> Friday, November 19th, 2004 </st1:date> I haven't played with it...
Bartlett, John
wyntermoonwolf
Offline Send Email
Dec 1, 2004
8:05 pm
29986
So send a "normal" email (cfmail) and use that in the body and Outlook will parse that and see it as an appointment? ... ===== Rob Baker eastcoastSURF.com live...
Rob Baker
netposerx
Offline Send Email
Dec 1, 2004
8:16 pm
29987
Try it and see. I don't know much about it except that IE handles it as a date type link. -John ... From: Rob Baker [mailto:netposerx@...] So send a...
Bartlett, John
wyntermoonwolf
Offline Send Email
Dec 1, 2004
8:21 pm
29988
Can you use my example? http://groups.yahoo.com/group/coldfusion-howto/message/29503 <cfset dsources = CreateObject("java", ...
Dan Plesse
empiricallys...
Offline Send Email
Dec 1, 2004
8:28 pm
29989
... I just received one that worked fine in Apple's Mail program with iCal (although I had to click on the attachment -- it wasn't automatic). It was sent from...
Ben Curtis
wsi_ben
Offline Send Email
Dec 1, 2004
9:27 pm
29990
The trick would be how to take the form data and convert it to an email Outlook would process as a calendar item. I would like the user to get an email/invite...
Rob Baker
netposerx
Offline Send Email
Dec 1, 2004
9:33 pm
29991
... Right. Use cfmail, send a multipart email, one of those parts is an ics file like I wrote about, and you're done, right? -- Ben Curtis WebSciences...
Ben Curtis
wsi_ben
Offline Send Email
Dec 1, 2004
9:41 pm
29992
I just did. You want CF to create a "VCal" file and send the contents so that the MS Outlook can read and parse it. The example that I used to help build my...
djeddiej_2000
Offline Send Email
Dec 1, 2004
9:47 pm
29993
ColdFusion Hosting Providers ColdFusion Hosting Providers' List brought to you by *** ColdFusion-HowTo: Yahoo's No. 1 and the biggest group for ColdFusion...
coldfusion-howto@yaho...
Send Email
Dec 1, 2004
10:11 pm
29994
Thanks for showing me that UDF. I got it to ouput a .vcs file and if you open it Outlook displays this as a new calendar item which you can save etc.. Now the...
Rob Baker
netposerx
Offline Send Email
Dec 1, 2004
10:16 pm
29995
I am just about at the end of my rope with this issue. Back during the summer, I purchased Dreamweaver MX, which comes with HomeSite 5.5+ and CF. Everything...
Gwen Harrison
webdiva32539
Offline Send Email
Dec 1, 2004
10:44 pm
29996
Does anyone have any idea why there is a "blank spot" at the beginning of the ColdFusion category on this page: http://www.gwenharrison.com/resources.cfm ? The...
Gwen Harrison
webdiva32539
Offline Send Email
Dec 1, 2004
10:49 pm
29997
It's because the info you're displaying is <DeFusion> IE sees that as a tag and since it doesn't recognize it, it ignores it. You'll have to replace < with...
Bartlett, John
wyntermoonwolf
Offline Send Email
Dec 1, 2004
10:56 pm
29998
Do you even see a drive list? The file pane is empty? -John ... From: Gwen Harrison [mailto:reading@...] I am just about at the end of my rope...
Bartlett, John
wyntermoonwolf
Offline Send Email
Dec 1, 2004
10:57 pm
29999
Hey guys I have been asked to build a cf system to log phone calls. This would be a system where an operator could take notes about a given caller and...
Paul Roe
snafu918
Offline Send Email
Dec 1, 2004
11:07 pm
30000
... We built something like this a couple years back. Sorry, can't share the code. The key to what we did is that we built key form elements in Flash so that...
Ben Curtis
wsi_ben
Offline Send Email
Dec 2, 2004
12:19 am
Messages 29971 - 30000 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