Cold Fusion Email Password App

2000-05-22 Thread Angie Miner
Has anyone ever attempted to write a cold fusion based web function to change email passwords using the Poppassd function? I've found examples using PERL, but I'm not having any luck with CF. I'm not sure how to call the Poppassd function. I can telnet to it on port 106 of my mail server. I've

form processing

2000-04-13 Thread Angie Miner
How can I find out what form variables are being passed to a cfm page? -- Archives: http://www.eGroups.com/list/cf-talk To Unsubscribe visit http://www.houseoffusion.com/index.cfm?sidebar=lists&body=lists/cf_talk or sen

Re: Cold Fusion interacting with Authorware

2000-05-02 Thread Angie Miner
I actually passed an Authorware variable to CF to use as the name of the file. That way I didn't need to read the CF page to find out what the file name should be. If we have CF add a unique identifier to the >file name if that file already exists, then Authorware would need to know the >exact

Re: Cold Fusion interacting with Authorware

2000-05-02 Thread Angie Miner
I kind of remember running into something like that. It seems like Authorware was timing the page out before it could read and write the CF page to the variable. I think I ended up having CF write the values to a .txt file and had AWare read the txt file. My values didn't change very often so