using cfhttp to submit to a form processing page on another server

2006-10-26 Thread Andy Matthews
I'm testing something for a local contest. The details say that you can submit as many times as you like so I'm trying out the old cfhttp the form variables to their processing page. When I run it once it works just fine, and appears to submit successfully. So I bumped it up to 500 and went on

RE: using cfhttp to submit to a form processing page on another server

2006-10-26 Thread Snake
Why not just set it to a value that works, and set a schedules task to call this page every minute Snake -Original Message- From: Andy Matthews [mailto:[EMAIL PROTECTED] Sent: 26 October 2006 19:37 To: CF-Talk Subject: using cfhttp to submit to a form processing page on another server

RE: using cfhttp to submit to a form processing page on another server

2006-10-26 Thread Ian Skinner
I believe you are running against the maximum request time out. A setting on how long a page can be running. This can be adjusted in either the administrator or with the cfapplication... tag. I believe the url parameter is been deprecated in the current version of CF. Another way we got

RE: using cfhttp to submit to a form processing page on another server

2006-10-26 Thread Matt Quackenbush
You can also use cfsetting requesttimeout=number of seconds / to adjust the timeout. -Original Message- From: Ian Skinner [mailto:[EMAIL PROTECTED] Sent: Thursday, October 26, 2006 1:47 PM To: CF-Talk Subject: RE: using cfhttp to submit to a form processing page on another server I

Re: using cfhttp to submit to a form processing page on another server

2006-10-26 Thread Aaron Roberson
What state and town are you voting for...? On 10/26/06, Andy Matthews [EMAIL PROTECTED] wrote: I'm testing something for a local contest. The details say that you can submit as many times as you like so I'm trying out the old cfhttp the form variables to their processing page. When I run it

RE: using cfhttp to submit to a form processing page on another server

2006-10-26 Thread Ian Skinner
You can also use cfsetting requesttimeout=number of seconds / to adjust the timeout. Ahh yes, that is what I meant, not the cfapplication ... tag. I always get these confused. -- Ian Skinner Web Programmer BloodSource www.BloodSource.org Sacramento, CA - | 1 | |

RE: using cfhttp to submit to a form processing page on another server

2006-10-26 Thread Andy Matthews
--//- -Original Message- From: Aaron Roberson [mailto:[EMAIL PROTECTED] Sent: Thursday, October 26, 2006 2:04 PM To: CF-Talk Subject: Re: using cfhttp to submit to a form processing page on another server What state and town are you voting for...? On 10/26/06, Andy Matthews [EMAIL PROTECTED

RE: using cfhttp to submit to a form processing page on another server

2006-10-26 Thread Andy Matthews
] Sent: Thursday, October 26, 2006 1:47 PM To: CF-Talk Subject: RE: using cfhttp to submit to a form processing page on another server I believe you are running against the maximum request time out. A setting on how long a page can be running. This can be adjusted in either the administrator

Javascript prompt() and CF form processing question

2005-07-05 Thread Pete Ruckelshaus
On the project that I'm working on I want to allow users to select folders (think more along the lines of a shopping cart) that they can put documents into. The folder selection will be via a dropdown list. I also want to allow users to send documents to a new folder, and use JavaScript's

Problem With Form Processing - Need Help

2004-10-17 Thread Harold Brauer
I am working on this UDF, making an array of structures so that if there is an error on my form it will send the user back, highlight the fields that need to be filled in and display an error message. The problem I am having is that the Array is being set BEFORE the form is processed. The form is

Re: Problem With Form Processing - Need Help

2004-10-17 Thread Douglas Knudsen
something seem s odd about ur logic here.For one, ehy wrap the UDF in the form.process check?Maybe try it like below.You had a argument for teh UDF too, but not using it.Is form.process a form control ?If nothing else, this direction below may lead you to something fruitful...HTH CFPARAM

RE: Form Processing Page

2002-01-10 Thread John Anderson
. Your welcome to download the code and use what you wish it is free and open source. http://aloha-webdesign.com/ John -Original Message- From: Steve Martin [mailto:[EMAIL PROTECTED]] Sent: Friday, December 21, 2001 2:43 AM To: CF-Talk Subject: RE: Form Processing Page

RE: Form Processing Page

2001-12-21 Thread Steve Martin
PROTECTED] [mailto:[EMAIL PROTECTED]] Sent: 20 December 2001 08:16 To: CF-Talk Subject: Re: Form Processing Page I'm pretty new to CF, but can't you use cfflush to output bits of html before and during the processing? chris on 12/20/01 7:54 AM, Alex at [EMAIL PROTECTED] wrote

Re: Form Processing Page

2001-12-20 Thread [EMAIL PROTECTED]
I'm pretty new to CF, but can't you use cfflush to output bits of html before and during the processing? chris on 12/20/01 7:54 AM, Alex at [EMAIL PROTECTED] wrote: put it in a frame. have the top say waiting or background color change or image ; have the bottom process your form. In your

Form Processing Page

2001-12-19 Thread WebMaster
I have a form that allows users to select from several options, then see reports based on their selections. Some of these reports can take several minutes to generate, so I'd like to put an interim page with a Processing message (perhaps an animated GIF) just to make them feel like something

RE: Form Processing Page

2001-12-19 Thread Bryan Love
be trouble, let it be in my day, that my child may have peace'... - Thomas Paine, The American Crisis -Original Message- From: WebMaster [mailto:[EMAIL PROTECTED]] Sent: Wednesday, December 19, 2001 2:27 PM To: CF-Talk Subject: Form Processing Page I have a form that allows users

Re: Form Processing Page

2001-12-19 Thread corrigan
Endora Digital Solutions www.endoradigital.com 630/942-5211 x-134 - Original Message - From: Bryan Love To: CF-Talk Sent: Wednesday, December 19, 2001 4:32 PM Subject: RE: Form Processing Page This one's kind of tricky and I haven't used it myself, but I've heard

Re: Form Processing Page

2001-12-19 Thread WebMaster
- From: Bryan Love To: CF-Talk Sent: Wednesday, December 19, 2001 4:32 PM Subject: RE: Form Processing Page This one's kind of tricky and I haven't used it myself, but I've heard it works like a charm... use layers on your page. Have a layer that contains only

RE: Form Processing Page

2001-12-19 Thread Shawn Grover
-Original Message- From: WebMaster [mailto:[EMAIL PROTECTED]] Sent: Wednesday, December 19, 2001 2:27 PM To: CF-Talk Subject: Form Processing Page I have a form that allows users to select from several options, then see reports based on their selections. Some of these reports can take

Re: Form Processing Page

2001-12-19 Thread Alex
put it in a frame. have the top say waiting or background color change or image ; have the bottom process your form. In your bottomm have onload kill the top. On Wed, 19 Dec 2001, WebMaster wrote: I have a form that allows users to select from several options, then see reports based on

Re: Newbie question -- Dynamic form processing

2001-04-20 Thread Melissa Fraher
you a better way, please let me know. I have been working with this type of thing for awhile now and haven't gotten very far myself. -Original Message- From: Melissa Fraher [mailto:[EMAIL PROTECTED]] Sent: Wednesday, April 18, 2001 1:32 PM To: CF-Talk Subject: Newbie question

RE: Newbie question -- Dynamic form processing

2001-04-19 Thread Bruce, Rodney
ven't gotten very far myself. -Original Message- From: Melissa Fraher [mailto:[EMAIL PROTECTED]] Sent: Wednesday, April 18, 2001 1:32 PM To: CF-Talk Subject: Newbie question -- Dynamic form processing Hello everyone. How do you handle processing dynamic forms? Here is my example code

Newbie question -- Dynamic form processing

2001-04-18 Thread Melissa Fraher
Hello everyone. How do you handle processing dynamic forms? Here is my example code: CFQUERY name="equipment" datasource="DSN" SELECT ID, Category, Item FROM Equipment ORDER BY ID /CFQUERY HTML BODY FORM METHOD="post" action="ActionPage.cfm" TABLE TR TD CLASS="title"

Re: Newbie question -- Dynamic form processing

2001-04-18 Thread Clint Tredway
try: cfoutput query="equipment" input type="text" name="Item_#id#" size="20" maxlength="50" value="#item#"brbr /cfoutput This will generate the result you want. HTH -- Original Message -- From: Melissa Fraher [EMAIL PROTECTED] Reply-To: [EMAIL PROTECTED]

Help with Form Processing please....

2000-06-17 Thread Les Mizzell
Need a small bit of help to get some form stuff to process correctly please Three Fields on the form I'm concerned with: "AdminName" is a drop downbox with three choices: "Kathi Smith" with a value of "1" "Fatima Jones" with a value of "2" "Other" with a value of "3"

Re: Help with Form Processing please....

2000-06-17 Thread Brett Payne-Rhodes
Hi Les, If the code snippet you provide is verbatim then I think line 7 should either be CFELSEIF #AdminName# IS "3" or simply CFELSE, otherwise I don't see a problem - but that might not mean much ;) Brett B) Les Mizzell wrote: Need a small bit of help to get some form stuff to process

RE: Help with Form Processing please....

2000-06-17 Thread Dave Watts
On the CF page to process this, I wish the form contents to have the correct "From" email address and name on it, based on the selection on the form. I was hoping the block of code below would accomplish this, but nope: 1. CFIF #AdminName# IS "1" 2.varName EQ "Kathi Smith" 3.

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=listsbody=lists/cf_talk or

RE: form processing

2000-04-13 Thread Derrick Shoemake
uot;FORM." ThisField)#BR /CFOUTPUT /CFLOOP -Original Message- From: Angie Miner [mailto:[EMAIL PROTECTED]] Sent: Thursday, April 13, 2000 12:09 PM To: [EMAIL PROTECTED] Subject: form processing How can I find out what form variables

RE: form processing

2000-04-13 Thread Duane Boudreau
TECTED]] Sent: Thursday, April 13, 2000 1:09 PM To: [EMAIL PROTECTED] Subject: form processing How can I find out what form variables are being passed to a cfm page? -- Archives: http://www.eGroups.com/list/cf-

Re: form processing

2000-04-13 Thread John N Westerlund
the cfm page. -Original Message- From: Angie Miner [EMAIL PROTECTED] To: [EMAIL PROTECTED] [EMAIL PROTECTED] Date: Thursday, April 13, 2000 3:02 PM Subject: form processing How can I find out what form variables are being passed to a cfm page

Re: form processing

2000-04-13 Thread Steve Aylor
#Form.FieldList# - Original Message - From: "Angie Miner" [EMAIL PROTECTED] To: [EMAIL PROTECTED] Sent: Thursday, April 13, 2000 10:08 AM Subject: form processing How can I find out what form variables are being passed to