| Thread | Last Post | Replies |
|
| Re: cfchart and wmode | 24 Mar 2006 14:30 GMT | 3 |
right, that's why I am asking. I need to have the dhtml display over the chart. The only way to do that is to add the wmode attribute to the generated flash code.
|
| IIS & URL Manipulation | 24 Mar 2006 14:07 GMT | 1 |
I am using IIS/CFMX on Win 2003. I am trying to create page like this: http://www.domain.com/thisisanexample The file/folder does not exist. I want to have a coldfusion file receive get that URL as a variable then pass the appropriate data. Unfortunately, IIS does
|
| Deserialising WDDX in Javascript on IE6 | 24 Mar 2006 12:31 GMT | 3 |
I'm using very basic AJAX to check the value of a text field as the user types. Using the onkeyup event, a javascript method calls a CFC (access="remote") that checks the input against a database and returns a WDDX packet containing a boolean value. (the WDDX packet is generated ...
|
| How to run remote system command in CF? | 24 Mar 2006 09:35 GMT | 4 |
How do I run system commands like 'format', 'vol', 'version' and etc. in CF? CFEXECUTE allows to run only programs...
|
| Autofill text field as you type with values from database | 24 Mar 2006 06:09 GMT | 2 |
Our Groupwise email client will pop up the user's name as you type it into the To: field. I would like to replicate this in a ColdFusion site I have to add people to an access list. Can't figure out how to do it though...any ideas? or Examples?
|
| local file-pdf | 24 Mar 2006 06:02 GMT | 1 |
I am trying to open a pdf file that is located on my local machine using a link on a cf page...but it doesnt open..need your help <a href="c:/fikra/test.pdf">pdf file</a>
|
| Relative image link in cfmail! How to arrange this? | 24 Mar 2006 05:58 GMT | 1 |
Hi, the situation is as follows: <cfoutput query="blabla" group="client_id"> <cfmail blablabla> <cfmailparam file="/images/blabla1.gif" disposition="attachment"
|
| Delete email addresses causing undeliverable messages | 24 Mar 2006 05:11 GMT | 1 |
We have an app that sends HTML newsletters to about 2500 users. After sending a newsletter, I get anywhere between 100-200 Undeliverable messages in a generic Outlook account. Is there any way, in CF 5, to loop through the messages to produce a list of email addresses to that I ...
|
| Storing data as XML instead of in database | 24 Mar 2006 04:53 GMT | 1 |
What are the pros and cons of storing data in xml file instead of storing in database. In security point of view is it OK if we store data in xml file, i.e how to avoid people calling the xml file from the browser?
|
| catching the value | 24 Mar 2006 04:48 GMT | 3 |
I redirect to a different page using cflocation such as <cflocation url="test.cfm?tabshow=4<cfif IsDefined('typereq')>&typereq=#typereq#</cfif>"> then in test.cfm, when i use <cfif IsDefined("tabshow")>, it is defined and I
|
| ADSI - Active Directory Services Interface | 24 Mar 2006 04:40 GMT | 1 |
Using ADSI and CF, how can I get the current logged on username displayed on a web page? Thanks
|
| Get variables from a POST | 24 Mar 2006 04:34 GMT | 2 |
Hello, I have a service which is posting information to a page on our servers that makes an insert into our database. The problem is that I cannot get the variables extracted from the post. They say that the variables are structured like the following: dialog.message. How would I ...
|
| session variables overview | 24 Mar 2006 04:20 GMT | 1 |
Within an applications users set login session variables after validation of their username/password. How do i get an overview of all these session variables in order to see which and how many users are logged in?
|
| CFquery eMail Report | 24 Mar 2006 04:09 GMT | 1 |
I have a report feature setup on a site. When the user logs in, I want to be able to send the user all the days off he/she has been given. I can run the report on the screen using cfquery. However, I want to eMail this to the user.
|
| Setting Dynamic Checkboxes | 24 Mar 2006 03:59 GMT | 1 |
Consider the following code: <cfoutput query="rsCalIDs"> <input name="assignToCalID" type="checkbox" value="#rsCalIDs.Username#">#rsCalIDs.FullName#<br>
|