| Thread | Last Post | Replies |
|
| Validate using the CF Administrator password | 13 Mar 2005 16:33 GMT | 1 |
I figure I am not the first to want to do this but my searches have not yielded any results. I'd like to have a login page similar to the ColdFusion Administrator page that checks to make sure the user has the CF Administrator password. I don't need my code to know what the ...
|
| ? character in e-mails | 12 Mar 2005 19:33 GMT | 3 |
Hi, I have just set up a site which sends out two e-mails when an order is placed (one to the customer via cfmail and one to the client via ASP Mail & ASP Encrypt (using cfhttp)).
|
| 'Either Or' Validation | 12 Mar 2005 15:31 GMT | 1 |
This might not be an advanced topic, but I need to be able to validate an HTML form, and for that matter, Flash forms, to check that the user supplied either a phone number or an e-mail. Any ideas on how to perform that logic? Thanks
|
| MAIL SERVER | 12 Mar 2005 11:38 GMT | 3 |
Is there any way to find out whether the mail server IP is valid and working , before executing the CFMAIL tag. i am using macromedia MX. regards, reddy
|
| Strange query of ntext behavior | 12 Mar 2005 09:00 GMT | 1 |
If a query explicitly returns an ntext field, its value is returned. If however, all fields are returned, the ntext fields don't return anything. Any idea as to what is going on here? Thanks. <cfquery name="qGetSchools" datasource="mydatasource">
|
| Cold Fusion MX7 Flash Forms | 11 Mar 2005 23:40 GMT | 3 |
:frown; My flash forms are displaying fine [localhost], but as soon as I upload the form to server and request it, my info between cfselect tag does not display at all????
|
| Help PLEAS with "required" in FlashForm CF7 | 11 Mar 2005 21:51 GMT | 1 |
i have a flash form in CF7 , one forme but there is two button submit , one submit the form for AddClient , and anothe sends to AddProduct , and there are in one format=flash form .... now the problem that both AddClient and AddProduct have required fields , so if i submit ...
|
| Button Tooltip | 11 Mar 2005 20:53 GMT | 1 |
I'm trying to get a button tooltip to work but the code I'm dealing with was created by someone else and I got it to work in the Development instance of my application but when I promoted to Quality, it didn't work. I just want to give the user some information that pops up when ...
|
| Tricky find/replace within <A HREF> tags | 11 Mar 2005 18:58 GMT | 1 |
I need to add a 'class = 'link' attribute to every <a href='http://www.somelinkthat is different ever time'> tag that my script is processing. So I guess what I need to do is find every a href tag, locate the last bracket and replace that last bracket with the new attribute, and ...
|
| URL Rewriting | 11 Mar 2005 18:46 GMT | 1 |
I'm hoping someone can help me here. I've been using sesConverter to rewrite a url like this: http://www.yoursite.com/index.cfm?section=services&pageID=anything to look like this:
|
| Comments needed on idea | 11 Mar 2005 18:41 GMT | 5 |
I want the administration to be able to view results of a survey. I have MX6.1 My access db contains memo fields. When veiwing the result page, if the {answers} are to long the page just keeps going and going and ..... I was wondering if anyone knows how to make it <br> to the ...
|
| Relating tables in an output | 11 Mar 2005 16:12 GMT | 4 |
Hopefully I can explain this well enough to undersand what I am trying to do. I have a page that displays all of our glossary terms in alphabetical order grouped by the first letter. Above the list of terms I have a table with all 26 letters with links to an anchor that will ...
|
| Streaming Content Directly to Browser | 11 Mar 2005 14:05 GMT | 3 |
Hello all, I'm wondering if anyone has heard of a technique to stream content directly to the browser without having create a file first? We are currently storing PDFs and other docs in an Oracle database in Blob format. To retrieve and display this on a browser using CF we ...
|
| Question on generating CF code | 11 Mar 2005 13:51 GMT | 15 |
Never thought I'd say it but I'm growing tired of typing basic cf code. I've created some tables and SPs to generate it for me but I'm having one problem. I came up with one solution that I didn't like and after searching haven't came up with anything better. There has to be ...
|
| Encrypt() is messing up my anchor | 11 Mar 2005 10:00 GMT | 3 |
I am trying to use encrypt() to obscure data being passed over the URL scope. The encryption is working but when I place the encrypted variable in an anchor tag, CF gets confused as to what should be shown. Example:
|