RE: CFHTTP to remotely submit form?

2003-08-29 Thread Dave Watts
I have been half heartedly playing with manipulating the form, I found a key that appears to be randomly genereated that is part of the form in a hidden variable. I think it may just be easier for me to do this by using javascript and frames... This way the form is actually loaded in a

RE: CFHTTP to remotely submit form?

2003-08-28 Thread Kris Pilles
-Original Message- From: Mark A. Kruger - CFG [mailto:[EMAIL PROTECTED] Sent: Wed 8/27/2003 4:25 PM To: CF-Talk Cc: Subject: RE: CFHTTP to remotely submit form? Kris, Not suere what you are after here. Do you

RE: CFHTTP to remotely submit form?

2003-08-28 Thread Kris Pilles
: CFHTTP to remotely submit form? Can I remotely submit a form with cfhttp. I have been able to successfully fill the form in, I just odnt know how to autmoate the submission cfhttp url=http://myserver/myactionpage.cfm; method=post

RE: CFHTTP to remotely submit form?

2003-08-28 Thread B.H. Forbes
- From: Kris Pilles [mailto:[EMAIL PROTECTED] Sent: Wednesday, August 27, 2003 6:21 PM To: CF-Talk Subject: RE: CFHTTP to remotely submit form? I think the action page of the form i want to submit to has something in place to prevent me from doing so... KP -Original Message

RE: CFHTTP to remotely submit form?

2003-08-28 Thread Dave Watts
I think the action page of the form i want to submit to has something in place to prevent me from doing so... Perhaps, but those sorts of things are usually easy to fool. You just need to send the same information as a normal browser would send when submitting the form. Dave Watts, CTO, Fig

RE: CFHTTP to remotely submit form?

2003-08-28 Thread Kris Pilles
and I populate the values and submit by populating via javascript form the other frame... KP -Original Message- From: Dave Watts [mailto:[EMAIL PROTECTED] Sent: Thursday, August 28, 2003 10:27 AM To: CF-Talk Subject: RE: CFHTTP to remotely submit form? I think the action page of the form i

CFHTTP to remotely submit form?

2003-08-27 Thread Kris Pilles
Can I remotely submit a form with cfhttp. I have been able to successfully fill the form in, I just odnt know how to autmoate the submission Any ideas? KP Kris Pilles Website Manager Western Suffolk BOCES 507 Deer Park Rd., Building C Phone: 631-549-4900 x 267 E-mail: [EMAIL PROTECTED

RE: CFHTTP to remotely submit form?

2003-08-27 Thread Tyler Clendenin
Not sure exactly but it involves setting the type to post and using cfhttpparam's Tyler Clendenin GSL Solutions -Original Message- From: Kris Pilles [mailto:[EMAIL PROTECTED] Sent: Wednesday, August 27, 2003 2:44 PM To: CF-Talk Subject: CFHTTP to remotely submit form? Can I remotely

RE: CFHTTP to remotely submit form?

2003-08-27 Thread Mark A. Kruger - CFG
to you to handle the response by unpacking the cfhttp.filecontent and header variables. -Mark -Original Message- From: Kris Pilles [mailto:[EMAIL PROTECTED] Sent: Wednesday, August 27, 2003 2:44 PM To: CF-Talk Subject: CFHTTP to remotely submit form? Can I remotely submit a form with cfhttp

RE: CFHTTP to remotely submit form?

2003-08-27 Thread Dave Watts
Can I remotely submit a form with cfhttp. I have been able to successfully fill the form in, I just odnt know how to autmoate the submission cfhttp url=http://myserver/myactionpage.cfm; method=post cfhttpparam type=formfield name=fieldname value=fieldvalue /cfhttp Dave Watts, CTO