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 your group to be featured on the Yahoo! Groups website? Add a group photo to Flickr.

Best of Y! Groups

   Check them out and nominate your group.
Having problems with message search? Fill out this form to ensure your group is one of the first to be migrated to the new message search system.

Messages

  Messages Help
Advanced
Messages 44055 - 44084 of 44527   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand   (Group by Topic) Author Sort by Date ^
44055
I want to load a CFM application in an iframe. the application is on different web server. But I want to hide the application's header and footer file in the...
mandy_li_1998
Offline Send Email
Feb 2, 2009
3:20 pm
44056
You'll need to use CFHTTP to fetch all pages from the external URL and if they use session management, you'll need to store and update any cookies sent from...
John Bartlett
wyntermoonwolf
Offline Send Email
Feb 2, 2009
3:29 pm
44057
Thanks a lot. The problem is I have a .NET application on one server, I try to use Iframe to display another CFM application which is on anther server. So I...
Mandy Li
mandy_li_1998
Offline Send Email
Feb 2, 2009
3:59 pm
44058
In the src of the iframe you could pass a url parameter and on the CFM side... look for that url param. If it exists you could comment out the header and...
Hank Miller
hankcfman
Online Now Send Email
Feb 2, 2009
4:19 pm
44059
Yes, I try it, It will work fine for the first page in iframe. But when I click any links inside the iframe, it still shows the header. I guess the parameter...
Mandy Li
mandy_li_1998
Offline Send Email
Feb 2, 2009
5:03 pm
44060
I would catch the request in a cookie... session variable or whatever you are using to track sessions. Then look for it on in the header/footer files and...
Hank Miller
hankcfman
Online Now Send Email
Feb 2, 2009
5:06 pm
44061
Just what I was going to suggest. By far much easier to implement if you have control of the app displaying the content. -John ... From:...
John Bartlett
wyntermoonwolf
Offline Send Email
Feb 2, 2009
5:30 pm
44062
Since the two applications are located on different server, can I use CGI variable to detect host address to control the displaying of the header file? Mandy ...
Mandy Li
mandy_li_1998
Offline Send Email
Feb 2, 2009
5:43 pm
44063
Nope - CGI will only tell you information about your own server and the remote client. Just set a cookie if the URL variable exists and alter your code that...
John Bartlett
wyntermoonwolf
Offline Send Email
Feb 2, 2009
5:50 pm
44064
I have inherited a project that uses CF_WIZFORM extensively and have avoided breaking it (until now) while adding and using new fields. I am stuck with one...
joann_apta
Offline Send Email
Feb 3, 2009
8:27 pm
44065
I think your problem is here. You can't check for the value of the checkbox... only if it is checked or not. if(document.WizForm.Coffee.checked==false) { ...
Hank Miller
hankcfman
Online Now Send Email
Feb 4, 2009
3:59 am
44066
My form will have two dropdown/pulldowns. The first contains ten states and the second contains fifty cities, five for each of the ten states. If no selections...
Uraidiot
uraidiot2000xyz
Offline Send Email
Feb 4, 2009
5:45 am
44067
Maybe this'll help get you started...? http://quickselect.riaforge.org ... -- John Bliss IT Professional LinkedIn: http://www.linkedin.com/in/jbliss [Non-text...
John M Bliss
houston_blue...
Offline Send Email
Feb 4, 2009
12:34 pm
44068
I manually configured the connector on Fedora Core 10 and CF8 according to these instructions ...
nauta_m
Offline Send Email
Feb 4, 2009
2:53 pm
44069
There's a custom tag that does the trick nicely. I cant find the download, will forward if I can. It's called TwoSelectsRelated.cfm ... states and the second...
Dallas
dallasweb
Offline Send Email
Feb 4, 2009
3:05 pm
44070
Hello everyone, I am switching my host and have cf setup and reading/verifying test connection in the program my host uses, which is Plesk. When I go to the...
Kory Mitchell
ksmsolo
Offline Send Email
Feb 5, 2009
12:23 am
44071
It sounds like you are using the database method to store 'client' variables. Go the the coldfusion administrator and add your database as the client storage...
William Seiter
coder1wil
Offline Send Email
Feb 5, 2009
1:46 am
44072
You CF could be seeing the DB but you don't have the storage set up correctly. In client variables in the administrator you need to point the Default Storage...
Hank Miller
hankcfman
Online Now Send Email
Feb 5, 2009
3:04 am
44073
Does anybody have any code sample how to make ColdFusion connect to SQLite database? Thanks in advance, mig...
migu71
Offline Send Email
Feb 5, 2009
5:23 am
44074
Hi, Check out: http://www.smithproject.org/forum/posts/listByUser/16.page Johnny ________________________________ From: migu71 <migu71@...> To:...
John Barrett
barrjohnm
Offline Send Email
Feb 5, 2009
5:36 am
44075
I have a bar chart, Y axis is count (total calls) and X axis is cities. The values range from 2 to 155. What I have to do now is show the total sales amount...
Uraidiot
uraidiot2000xyz
Offline Send Email
Feb 5, 2009
3:18 pm
44076
thanks. that is the hunch we had too but couldn't get into the cfadmin itself to change it. take care. ... correctly. In client variables in the administrator...
Kory Mitchell
ksmsolo
Offline Send Email
Feb 5, 2009
8:08 pm
44077
I want to combine 3 charts in one, so I have 3 chart series. One is bar, one is line, and the last is scatter. The scatter will display a dollar amount so I...
Uraidiot
uraidiot2000xyz
Offline Send Email
Feb 9, 2009
8:29 pm
44078
I need to know what is being passed to a webservice we have set up and adding cfmail isn't sending anything out. The file is a cfc, if that is the problem....
joann_apta
Offline Send Email
Feb 10, 2009
3:50 pm
44079
Gateway Ajax video example http://www.youtube.com/watch?v=HRSdST41CFI...
Dan Plesse
empiricallys...
Offline Send Email
Feb 10, 2009
8:53 pm
44080
you can copy and paste the cfc code in a separate cfm page and test it out regarding the cfmail problems ..... you can check info abt the unsent mails in logs...
swaraj panicker
swarajpanicker
Offline Send Email
Feb 11, 2009
12:12 am
44081
Unfortunately, the message never made it to the spooler. The reason I am doing this at all is to find out which web developer company is supporting a...
Schlosser, JoAnn
joann_apta
Offline Send Email
Feb 11, 2009
8:41 pm
44082
You could try to create a proxy or pass-through CFC that takes in all the same parameters, logs them to a file, and then calls the true CFC passing the...
John Bartlett
wyntermoonwolf
Offline Send Email
Feb 11, 2009
9:22 pm
44083
What is cfml file extension (.cfml) in coldfusion 8? Is it use for what reason? What connection it has with database? Regards [Non-text portions of this...
what ever
levisjeanfor...
Offline Send Email
Feb 12, 2009
3:53 am
44084
In earlier days it allowed the CF engine to know which pages to parse. That still true nowadays? Database access isn't necessary if you're site is simple, like...
J.B. Mentzer
jbmentzer
Offline Send Email
Feb 12, 2009
4:08 am
Messages 44055 - 44084 of 44527   Oldest  |  < Older  |  Newer >  |  Newest
Advanced
Add to My Yahoo!      XML What's This?

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