Re: tricky form question

2001-12-18 Thread BEN MORRIS
Depending on how much info is collected in the form, and if you can do method=get, then you could post to the asp page and just have that process what it needs to process and then redirect to the cf page inserting the url vars. But really you should evaluate why you need to call the asp page

Re: tricky form question

2001-12-18 Thread Troy Montour
] To: CF-Talk [EMAIL PROTECTED] Sent: Tuesday, December 18, 2001 7:06 AM Subject: Re: tricky form question Depending on how much info is collected in the form, and if you can do method=get, then you could post to the asp page and just have that process what it needs to process and then redirect

RE: tricky form question

2001-12-18 Thread Dave Wilson
responses. You can see the front end in action on www.irelandclick.com HTH, Dave -Original Message- From: Troy Montour [mailto:[EMAIL PROTECTED]] Sent: 18 December 2001 14:19 To: CF-Talk Subject: Re: tricky form question nope I can't replicate it.. well I could if I had the time

RE: tricky form question

2001-12-18 Thread Joel Parramore
: Tuesday, December 18, 2001 9:19 AM To: CF-Talk Subject: Re: tricky form question nope I can't replicate it.. well I could if I had the time but it was a utility we bought for inserting users into Imail and the ISP we are using here likes the security it has built into it. So I figured all I need

Re: tricky form question

2001-12-18 Thread Troy Montour
to control what it is doing. - Original Message - From: Dave Wilson [EMAIL PROTECTED] To: CF-Talk [EMAIL PROTECTED] Sent: Tuesday, December 18, 2001 8:23 AM Subject: RE: tricky form question Troy, will your isp let you use cfexecute?...and if so, do they have Imail on the same machine as your

Re: tricky form question

2001-12-18 Thread Troy Montour
- From: Joel Parramore [EMAIL PROTECTED] To: CF-Talk [EMAIL PROTECTED] Sent: Tuesday, December 18, 2001 8:33 AM Subject: RE: tricky form question Troy: You should be able to bundle up the form and url scope variables available in the ColdFusion template and POST to the ASP page using

Re: tricky form question

2001-12-17 Thread Alex
try a hidden frame On Mon, 17 Dec 2001, Troy Montour wrote: Hello, here is what I'm having problem with and not even sure I can pull this off. I have a normal html form which submits to a CF action page. wrench thats throwen into the picture is I also have an asp action page I need

Re: tricky form question

2001-12-17 Thread Tony Schreiber
Have the submit page process the request, then redirect to a frame set with a hidden frame containing the asp page. You'll have to pass any variables to the asp page via the url in the frame set call. Hello, here is what I'm having problem with and not even sure I can pull this off. I

RE: tricky form question

2001-12-17 Thread Bryan Love
use CFHTTP METHOD=post. on your CF page to post the form vars to the ASP page +---+ Bryan Love Macromedia Certified Professional Internet Application Developer Database Analyst Telecomunication Systems [EMAIL PROTECTED]