RE: [ACFUG Discuss] OT:Coming to Atlanta

2006-05-31 Thread Charlie Arehart
And Steve, do you have a time of evening you prefer? We could shoot for Tuesday night.   /charlie   From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Charlie ArehartSent: Wednesday, May 31, 2006 11:04 PMTo: discussion@acfug.orgSubject: RE: [ACFUG Discuss] OT:Coming to Atlanta

RE: [ACFUG Discuss] OT:Coming to Atlanta

2006-05-31 Thread Charlie Arehart
I guess the question is which has suitable parking and/or access from the subway. Does anyone know?   /charlie   From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Dean H. SaxeSent: Tuesday, May 30, 2006 2:51 PMTo: discussion@acfug.orgSubject: Re: [ACFUG Discuss] OT:Coming to A

RE: [ACFUG Discuss] cfhttp download

2006-05-31 Thread Charlie Arehart
Try changing the URL attribute so that it references the variable this way: mailto:[EMAIL PROTECTED] On Behalf Of Mike Staver Sent: Wednesday, May 31, 2006 1:57 PM To: discussion@acfug.org Subject: [ACFUG Discuss] cfhttp download I'm trying different variations of the cfhttp tag in an attempt to

Re: [ACFUG Discuss] Pass through Variables: Question

2006-05-31 Thread Douglas Knudsen
since you are using Flash based forms, you could also use ActionScript to handle stuff like this too. http://www.asfusion.com/blog/archives/category/cfform has abit of info. DK On 5/31/06, Anthony L. Mathis <[EMAIL PROTECTED]> wrote: Thanks for all the responses..I will give them a try tomo

RE: [ACFUG Discuss] Pass through Variables: Question

2006-05-31 Thread Anthony L. Mathis
Thanks for all the responses..I will give them a try tomorrow. -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Ben Bloodworth Sent: Wednesday, May 31, 2006 4:29 PM To: discussion@acfug.org Subject: RE: [ACFUG Discuss] Pass through Variables: Question

Re: [ACFUG Discuss] Pass through Variables: Question

2006-05-31 Thread Mike Staver
What I do is set up an HTML form, I'm sure you could use CFform as well though. I would just put this inside one of your cfif statements: I then use a script on the same page inside the cfif: document.whatever.submit(); Yet all of this happens in a browser and not server si

Re: [ACFUG Discuss] Pass through Variables: Question

2006-05-31 Thread Dean H. Saxe
This is a great way for people to manipulate those hidden form field variables. Store them in the session scope and retrieve them when you process the form collection. -dhs Dean H. Saxe, CEH [EMAIL PROTECTED] "What is objectionable, what is dangerous about extremists is not that they are

RE: [ACFUG Discuss] Pass through Variables: Question

2006-05-31 Thread Ben Bloodworth
You could use a cfinclude instead of trying to redirect to another page. Alternatively, you could post the form to a new page using cfhttp. -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Anthony L. Mathis Sent: Wednesday, May 31, 2006 4:14 PM To: discuss

[ACFUG Discuss] Pass through Variables: Question

2006-05-31 Thread Anthony L. Mathis
Would anyone have an in sight on how to pass your cfform values to a response page and then have it forward it to another action page based on a condition. I've searched high and low to no avail. I thought about maybe a auto submit, but I've heard bad things about doing that and plus I don't know h

[ACFUG Discuss] cfhttp download

2006-05-31 Thread Mike Staver
I'm trying different variations of the cfhttp tag in an attempt to download an image and store it on a server. The variable "Imager" is my url, which gets dynamically set to something like http://www.testsite.com/image.jpg. When I run the page this tag is on, I don't get an error of any kind,