| Thread | Last Post | Replies |
|
| Vspider Error | 28 Jun 2007 04:54 GMT | 1 |
When trying to execute the following batch command for vspider on one of our servers, I get this message: Run from Command Line: D:\CFusionMX7\verity\k2\_nti40\bin\vspider -style
|
| ISDefined Problems with Arrays from XML | 27 Jun 2007 20:56 GMT | 2 |
I am using MX7 to XMLParse and then XMLSearch tp finf variables from Flight Operators. Sadly, not every operator provides consistent XML Structures, and so certain fields are missing without any idea which are missing. If I attempt to use <cfif IsDefined to block out missing ...
|
| CFFILE error handling | 27 Jun 2007 20:12 GMT | 2 |
How does a person catch a cffile upload error and return to the form if the requested file is not found?
|
| cfif insert was successful? | 27 Jun 2007 16:49 GMT | 5 |
Hi i have a sheduled task every 60 seconds which works like this 1. finds email from my specified account 2. gets info from the body of the email 3. if email info matches info already in my database ie username password,
|
| SSL Cookie Not Used - Vulnerability? | 27 Jun 2007 13:41 GMT | 1 |
A WebInspect scan of our CF app turns up this 'non-ssl cookie' as a vulnerability. I am looking for an explanation as to why this is, or isn't, a true vulnerability. I was told by a CF expert that it is just WebInspect being too critical, however, our information security folks ...
|
| java script radio button then a textbox is shown/ Help me modify this code | 26 Jun 2007 21:27 GMT | 1 |
found this snippets on the web. hope you can help me modify it. so it can show a unique textbox1 based on a radio button1 selected. for example
|
| Javascript CheckBOX(s) show Hide visible invisble corresponding TEXTBOX(s) | 26 Jun 2007 19:54 GMT | 5 |
Javascript CheckBOX(s) show Hide visible invisble corresponding TEXTBOX(s) IF check box1 is checked then textbox1 is visible otherwise if it is unchecked then the corresponding textbox it is invisible.
|
| Radio Button javascript onclick show hide textbox | 26 Jun 2007 18:50 GMT | 4 |
Currently, if the radio button is clicked then text box is shown else if radio button 2 is clicked then textbox is invisible. (only one textbox being shown or being hidden) I wish to have 2 text boxes
|
| Recognizing Bots | 26 Jun 2007 18:33 GMT | 3 |
How can my website recognize a bot? Especially googlebot. I have PPC on my site and I noticed during testing that when googlebot shows up it clicks on every single link on the page. It even sometimes does searches on the pages and clicks on THOSE links too. I can end up with ...
|
| URGENT HELP NEEDED - Credit Card Security Issue | 26 Jun 2007 18:14 GMT | 18 |
I have a session problem that appears to be Server/Coldfusion related - not caused by my code (pretty sure), any insight suggestions would be greatly appreciated. I was wondering if anyone has any experience with where a Coldfusion session
|
| How to instantiate a persistent Singleton | 26 Jun 2007 17:32 GMT | 7 |
I have a data access component for accessing non-relational data stores, and in order to make it useful, I need to enable pooling. What would work best would be if I could instantiate a singleton class when starting coldfusion, but I have no idea how to do that. Is there a way ...
|
| Oracle Datasource on the fly | 26 Jun 2007 16:34 GMT | 8 |
can you someone help me with code on create "oracle" datasource on the fly? I want the cf code to query any database I specify on the cf page and not the CF administrator page. Thanks
|
| cfhttp compression error. | 26 Jun 2007 10:20 GMT | 2 |
We switched to a new web server and I am getting the IIS compression error with cfhttp. I found the solution on the Docs and also on other sites, but it isn't working for me.
|
| Coldfusion SSL with cfhttp | 26 Jun 2007 10:13 GMT | 4 |
HI All, CFMX is not my speciality but I've inherited a project that needs some modification. It's CFMX6.1 on JRun4, Windows 2003.... I'm trying to get it to make a cfhttp call to an SSL tomcat server and
|
| invoke webservice behind ssl proxy | 26 Jun 2007 07:45 GMT | 4 |
Trying to connect to a webservice behind SSL Proxy with following url: https://ssl.xyz.com/is-db/cfc/listingservice.cfc?WSDL,DanaInfo=servername.int.co m if i open this url direct i got a clean XML Page, but if i use it in a
|