Does anybody know how I can get a hold of a good coldfusion event Calendar application?
or
Any suggestions on an event calendar?
Thanks.
Ben Forta uses both cfinvoke and cfobject in his tutorial at
http://www.macromedia.com/devnet/coldfusion/extreme/bforta_cfc.html
Livedocs says
"When the cfobject tag creates an instance o...
Hi there
I have the following web page trying to do a ajax post to a coldfusion page which inserts data to a file:
dave.html:
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional...
Hi,
I have a script that will allow a user to upload a CSV file and it will then parse it line by line and insert each field into an MSSQL DB. This works flawlessly except when I feed it h...
I am looking for my options to have a button on my page to print directly a word document or pdf.
The <LINK rel=alternate media=print href="thedocument.doc"> type tag does not work, it on...
Is there a ColdFusion method of converting a Word file into pdf? I have to merge a Word document with a pdf, and I think I need to convert the Word document first so that I can use the cfpdf ...
We just reinstalled ColdFusion MX7 on a Windows 2000 server. This machine used to have an old version ColdFusion MX 6 on it, but that has been uninstalled. There seem to be remenants from the ...
I have a comma-delimited list that have a double quote after each string such as peter", paul", mary" How can I remove the double quote from each string, then recreate the list?
Experts,
I need a CFTree control to show the contents of a folder on the webserver. The structure of this directory is known and is not supposed to change: the root directory will contain ...
I have two coldfusion forms the first has a select box that is populated for a data base. I also has text areas that are populated when an item in the selectbox is selected. Last on the first ...
Hello, it's the thankful Reverend again. However, as thankful as I was on Friday, today, I'm still singing the blues. While the solution I got Friday did indeed work partially, without a fully...
Hey Experts,
Forgive my ignorance and vague description - any help would be awesome. We had a Web Application developed for us. We originally had it setup on a Hosted Dedicated Server. We...
This javascript opens up a centerd window:
function openWin(){
var imgwid = 400;
var imghgt = 250;
var winl = (screen.width - imgwid) / 2;
var wint = (screen.height - imghgt) / 2;
...
Quick 500 points ... I spent an hour trying to figure this out and need ASAP
All I need to do is find the last character in a string
Example: Find the last character in the string "Expe...
I have a form for confidential information
<cfform name="travel" action="processtravel.cfm" method="post">
<input name="date" type="hidden">
<input type="hidden" id="time" name="time">
N...
I would like to grab a list of column names from a query where the column value is GT 0. I don't want the column values, but the actual column names, which is proving to be problematic. Anyone...
I need help attaching a file in CFMAIL. I have tried many different ways using both <cfmailparam> and with mimeattach= within the cfmail tag.
If I send mail with the following code, I do n...
I want to be able to dump the values of all local variables I have created a Coldfusion page. There is the <CFDUMP var="#XXX#"> tag where XXX is a struct (e.g. form, url, cgi, cookie, applicat...
Is there a way, perhaps using <cfheader>, to reomve the query string from the url that appears on the users address bar.
Hello experts.
I use a form to change the language in my site.
I want now to replace the select box with images.
I have a form with images so you can make the changes and also i have a solu...
Hi, I have a Java CFX Tag that I want to register and use. I am able to register it properly. however i am now trying to tell the Administator where i put the .class files by setting the "Cold...
Hey all,
I recently setup the galleon message boards on my coldfusion server (
http://galleon.riaforge.org/) and everything seems to work except when it sends e-mails to users. I ha...
Hi,
I am trying
<cfif #form.sort# EQ "Price">checked</cfif>
within cfoutput but when the form hasnt been submitted it produces errors, in PHP you can use isset to ignore it, how do I ...
Hi!
I have a multiple choice question page, as follows:
Questions: ---
answer 1, 2, 3, 4 in radio button.
Now, here are my problems:
1 - sometimes there is 10, other times 15, 17, 20,...
Can anyone tell me how I can detect the visitor pc's screen size/resolution?
I've searched ee and found a mention below:
http://www.experts-exchange.com/Web/WebDevSoftware/ColdFusion/Q_119...