| Thread | Last Post | Replies |
|
| URL link from OUTLOOK | 21 Dec 2004 19:02 GMT | 1 |
I have a survey form that I want customers to fill out. I am going to email the link, and I am passing the email address as a variable in that hyperlink. However, when the customer clicks on the link, I do not want them to be able to see the variables in the URL. Basically I want ...
|
| Popups Within A Fuseaction | 21 Dec 2004 18:57 GMT | 1 |
Anyone know how a fuseaction within an index.cfm file can launch and display a popup window? If a query has multiple rows, I want a popup to display the options. Then the fuseaction can be re-run with the new attributes and the main window can show the results. The main window ...
|
| Removing NULLs from a ValueList | 21 Dec 2004 17:50 GMT | 7 |
I have a simple query that returns a list of IDs that are in the GetProducts query: SELECT company_id FROM companies WHERE company_id IN (#ValueList(GetProducts.company_id)#) The problem is the list of company ids in the GetProducts query are sometimes NULL and the above query ...
|
| How to verify the email address | 21 Dec 2004 11:15 GMT | 2 |
I want to verify whether the email address is valid or not.Shortly I want to do domain checking and SMTP checking.Are there any tools for it. I need any free version or some functions which will do this checking. If anybody knows it or did it previously please let me know it .
|
| HTML tags within XML pages | 21 Dec 2004 08:19 GMT | 9 |
Using XMLParse to read data from XML newsfeed files we loose information between tags such as <i></I> that are embedded within the various XML sections The file below (edited a little to reduce the length) is an example. The items between <i> tags are simply ignored when we ...
|
| dynamic variables and cfparam | 20 Dec 2004 23:44 GMT | 1 |
i'm using an XML file to hold variable names and them i'm assigning them using setvariable but i was wondering how i would do that with cfparam? i need to set 2 variables using the CFparam becuse they need to always be there. any ideas? this is how i am setting the other ...
|
| cfoutput grouping for next-x interface | 20 Dec 2004 21:29 GMT | 5 |
Hi, I'm working on a small e-commerce site and the client wants the products (t-shirts, in this case) to be displayed 4 at a time on the store page. Click on back or next to see the previous or next 4 items. Typical next-x interface. The database tables behind this compose a ...
|
| cfhttp example | 20 Dec 2004 20:47 GMT | 1 |
Please provide a working cfhttp example that runs on CFMX 6.1. None of my old code is working (attached). Thanks file one: <cfhttp url="http://PATH/wddx.cfm" method="Post">
|
| getting cfinclude filename | 20 Dec 2004 20:42 GMT | 1 |
I would like to know how to access the filename of a cfinclude template file, from the calling page. I'm pretty sure it must be possible somehow, since if you have an error on the include page, it will tell you the source of the error in the message that is returned, and it ...
|
| CFMail Query Mode and CC | 20 Dec 2004 17:31 GMT | 4 |
Am using the standard cfmail tag to sent mail to multiple recepients using the query attribute of the cfmail tag. Works fine and as expected. However, if I add a cc or bcc, then it sends a cc to the cc receiver for EVERY mail it sends (number of rows in the query). Obviously, ...
|
| cfcontent | 20 Dec 2004 09:11 GMT | 1 |
I try to send the dynamically generated output in a table format to a word document with the cfcontent tag, but the word document can not get the data and it is opening empty. This is my code:
|
| Blackstone code syntax... | 20 Dec 2004 01:26 GMT | 2 |
Does anyone have more information on the new code syntax for Blackstone than what's on the sneak peak on macromedia.com? I signed up for a free Blackstone account at HostMySite.com and would really like to check out the new forms.
|
| Parse Text from Url - Bot Like Stuff | 19 Dec 2004 20:31 GMT | 12 |
I am looking to take a url and read the actual html code... Then pull out meta tag information... For example if url is www.bobswhitesocks.com or the like... I would like to pull the html coding - then parse out the meta tags... ie: <title>Bob's White Socks</title> - parse to ...
|
| Regular expression help | 19 Dec 2004 03:15 GMT | 1 |
How would I accomplish this task using cold fusion regular expressions and perhaps refind or rereplace... i'm having some difficulties. basically i want to have tags that designers can put in that will be replaced with diffrent things by a parser file.
|
| soft lemon | 19 Dec 2004 00:35 GMT | 1 |
I have a text file and dont know how to take that data into oracle 9i.. Help !!
|