| Thread | Last Post | Replies |
|
| Flash Form wiht MX7 and I.E. | 02 Aug 2005 00:28 GMT | 3 |
I have found a problem with flash forms. This prolbem only happens in Internet Explorer and not Netscape or Firefox. If the Flash from is sitting in a Table the form will not load in Intermet explorer. However, it will load in I.E. if it sits in a DIV tag rather than a table ...
|
| XMLParse and XMLSearch | 01 Aug 2005 23:03 GMT | 1 |
I have the following code: a variable "x" that contains an XML string; if I do an XMLParse on this variable, it works (cfdump shows me the xml tree); but when I try to search something with an XPath query it doesn't work. It says something about namespace resolving...
|
| Sorting a Structure | 01 Aug 2005 22:36 GMT | 2 |
I must be missing something as I can't seem to figure out how to sort a structure based on the key name, not key value. I'm trying to create a universal email cfc that will take the fields submitted via a form and generate an email. The problem is the email isn't returning the ...
|
| How to pass session information to application.cfm | 01 Aug 2005 18:53 GMT | 4 |
Hey everyone I have a feature on my site where people can instant message each other. The users messages are checked and delieverd via a javascript popup message that comes from application.cfm. Application.cfm checks for messages that belong to #session.userlogin# but since ...
|
| Emailing "customized" survey forms | 01 Aug 2005 17:00 GMT | 2 |
Here's what I want to do: Send an email containing a link to a "customized" survey. By customized, I mean some of the recipient's information is already included in the survey. This information is provided in a form that is filled out at our company. When
|
| <cfIF> statement help | 01 Aug 2005 16:43 GMT | 2 |
I created a table with a list of names of people who are able to grant, read, write, assign, or execute process. Each attribute is assigned a different number . If I want to put in "X" in the slot of only those who have Read access how would i do it..
|
| vspider and ColdFusion MX 7 | 01 Aug 2005 16:23 GMT | 3 |
Vspider for ColdFusion MX 7 tech note is not available: http://www.macromedia.com/go/50f419a This fixes problems with the Verity vspdier program not working in ColdFusion MX 7.
|
| Email Body and Subject Extraction | 01 Aug 2005 15:56 GMT | 2 |
I am having a problem trying to figure out how to do the following: We have a server which is running email and cold fusion. We want to be able to receive an email at a specific account and then somehow have that email read and then have the subject line and the body of the ...
|
| multiple drop down select queries | 01 Aug 2005 15:46 GMT | 3 |
I'm looking for a <select> (form-based) type menu that when you select an item from the drop-down form, it automatically updates the content of the next drop-down on the same page. IE: The first menu may give you the following :
|
| CFFORM and Javascript | 01 Aug 2005 15:33 GMT | 1 |
I have a simple javascript (see below) that validates whether or not data has been entered into a TextArea Field. This seems to work in a page without a CFFORM tag, but when I implement it in a page with the CFFORM tag , it does not work.
|
| java.io.FileInputStream Question | 01 Aug 2005 14:28 GMT | 3 |
I was wondering, If I am using javaobjects to read a file using "java.io.FileInputStream", do I still need to use <cflock>? Or does java have some kind of internal locking of its own when using fileinputstream?
|
| Passing argumentscollection to super method | 01 Aug 2005 05:17 GMT | 2 |
I have a class A and a subclass B that extends the class A. How can I call the super method of class A from subclass B and pass all the arguments in the argumentsCollection ? using
|
| LINUX Hamstringing ColdFusion | 01 Aug 2005 01:31 GMT | 3 |
OK I am having some really weird problems. I have just got new server from MediaTemple (www.mediatemple.net), I have been settign it up over the last couple of days. I have everything working bar 2 things, Charts and CFMail. I am running CFMX6.1 on Redhat with Apache. If I run my ...
|