RE: using cfhttp for ASP?

2001-04-04 Thread Dylan Bromby
you want to grab the content of an ASP page with CFHTTP? sure. CFHTTP URL="http://domain/path/file.asp" METHOD="GET" did you *try* it? -Original Message- From: SHEETS, DAYV (PB) [mailto:[EMAIL PROTECTED]] Sent: Wednesday, April 04, 2001 8:31 AM To: CF-Talk Subject: using cfhttp for

RE: using cfhttp for ASP?

2001-04-04 Thread Kurt Ward
Can't be done. Try ASPTear. -Original Message- From: SHEETS, DAYV (PB) [mailto:[EMAIL PROTECTED]] Sent: Wednesday, April 04, 2001 11:31 AM To: CF-Talk Subject: using cfhttp for ASP? Can anyone tell me if it is possible to perform a cfhttp with ASP as the template? If it is possible

Re: using cfhttp for ASP?

2001-04-04 Thread Nick McClure
cfhttp will connect to whatever you tell it to; ASP, PHP, perl, CF, Python, HTML etc. Call it just as you always have. At 08:30 AM 4/4/2001 -0700, you wrote: Can anyone tell me if it is possible to perform a cfhttp with ASP as the template? If it is possible please also provide an example of

RE: using cfhttp for ASP?

2001-04-04 Thread Garza, Jeff
You can certainly call ASP pages from a CFM template using CFHTTP. We did that as a workaround to get some old data into our CF sites (lazy, and didn't want to rewrite the pages...). cfhttp url="myasppage.asp" method="POST" port="80" resolveurl="true" cfhttpparam

RE: using cfhttp for ASP?

2001-04-04 Thread SHEETS, DAYV (PB)
asp text is not being shown. ?? Thanks, Dayv -Original Message- From: Dylan Bromby [mailto:[EMAIL PROTECTED]] Sent: Wednesday, April 04, 2001 8:44 AM To: CF-Talk Subject: RE: using cfhttp for ASP? you want to grab the content of an ASP page with CFHTTP? sure. CFHTTP URL="http:

Re: using cfhttp for ASP?

2001-04-04 Thread Dick Applebaum
If you mean to use an asp template as the target URL of cfhttp, the answer is yes. cfhttp simulates a browser request to the asp template and receives whatever target page is served as a result of the processing of the asp template. If you mean "can an asp template perform the equivalent of

RE: using cfhttp for ASP?

2001-04-04 Thread Dylan Bromby
cfm page the asp text is not being shown. ?? Thanks, Dayv -Original Message- From: Dylan Bromby [mailto:[EMAIL PROTECTED]] Sent: Wednesday, April 04, 2001 8:44 AM To: CF-Talk Subject: RE: using cfhttp for ASP? you want to grab the content of an ASP page with CFHTTP? sure. CFHTTP URL="h

RE: using cfhttp for ASP?

2001-04-04 Thread Garza, Jeff
: SHEETS, DAYV (PB) [mailto:[EMAIL PROTECTED]] Sent: Wednesday, April 04, 2001 9:08 AM To: CF-Talk Subject: RE: using cfhttp for ASP? Sure did. ;) I created a page named "test.asp" and within the body I have %response.write "This is a test..." % In my cfm page I have in the bo

RE: using cfhttp for ASP?

2001-04-04 Thread Mark Woods
ttp://collections.sbc.com:800/test.asp" METHOD="GET" However, when I pull up the cfm page the asp text is not being shown. ?? Thanks, Dayv -Original Message- From: Dylan Bromby [mailto:[EMAIL PROTECTED]] Sent: Wednesday, April 04, 2001 8:44 AM To: CF-Talk Subject: RE:

RE: using cfhttp for ASP?

2001-04-04 Thread Nick McClure
04, 2001 8:44 AM To: CF-Talk Subject: RE: using cfhttp for ASP? you want to grab the content of an ASP page with CFHTTP? sure. CFHTTP URL="http://domain/path/file.asp" METHOD="GET" did you *try* it? -Original Message- From: SHEETS, DAYV (PB) [mailto:[EMAIL PROTECTED]]

RE: using cfhttp for ASP?

2001-04-04 Thread Nick McClure
This can be done also. you have to use the COM object from MS,. I have a function if anybody wants it. At 11:52 AM 4/4/2001 -0400, you wrote: Can't be done. Try ASPTear. -Original Message- From: SHEETS, DAYV (PB) [mailto:[EMAIL PROTECTED]] Sent: Wednesday, April 04, 2001 11:31 AM To:

RE: using cfhttp for ASP?

2001-04-04 Thread Tumy, Brad
Frames. -Original Message- From: SHEETS, DAYV (PB) [mailto:[EMAIL PROTECTED]] Sent: Wednesday, April 04, 2001 12:39 PM To: CF-Talk Subject: RE: using cfhttp for ASP? What I'd like to be able to accomplish is to incorporate my ASP scripts into my Cold fusion pages. Is this possible

RE: using cfhttp for ASP?

2001-04-04 Thread SHEETS, DAYV (PB)
I would like this funtion. Thanks! Dayv -Original Message- From: Nick McClure [mailto:[EMAIL PROTECTED]] Sent: Wednesday, April 04, 2001 9:46 AM To: CF-Talk Subject: RE: using cfhttp for ASP? This can be done also. you have to use the COM object from MS,. I have a function

RE: using cfhttp for ASP?

2001-04-04 Thread SHEETS, DAYV (PB)
Thanks Nick. When I execute the page however, I receive an error message "Connection Failure"... Thanks, Dayv -Original Message- From: Nick McClure [mailto:[EMAIL PROTECTED]] Sent: Wednesday, April 04, 2001 9:46 AM To: CF-Talk Subject: RE: using cfhttp for ASP?

RE: using cfhttp for ASP?

2001-04-04 Thread Philip Arnold - ASP
Can anyone tell me if it is possible to perform a cfhttp with ASP as the template? If it is possible please also provide an example of how this is accomplished. cfhttp url="http://www.myDomain.com/ASPpage.asp" method="get" All this will do is call the ASP page and return the results into the

Re: using cfhttp for ASP?

2001-04-04 Thread David E. Crawford
D] To: "CF-Talk" [EMAIL PROTECTED] Sent: Wednesday, April 04, 2001 13:17 Subject: RE: using cfhttp for ASP? Thanks Nick. When I execute the page however, I receive an error message "Connection Failure"... Thanks, Dayv -Original Message- From: Nick McClu

RE: using cfhttp for ASP?

2001-04-04 Thread Garza, Jeff
l# CFELSE #cfhttp.filecontent# /cfoutput Jeff Garza Web Developer/Webmaster Spectrum Astro, Inc. 480.892.8200 [EMAIL PROTECTED] http://www.spectrumastro.com -Original Message- From: SHEETS, DAYV (PB) [mailto:[EMAIL PROTECTED]] Sent: Wednesday, April 04, 2001 10:17 AM To: CF-Tal

RE: using cfhttp for ASP?

2001-04-04 Thread SHEETS, DAYV (PB)
David - YOU THE MAN! That did it. A million thanks! Dayv -Original Message- From: David E. Crawford [mailto:[EMAIL PROTECTED]] Sent: Wednesday, April 04, 2001 10:49 AM To: CF-Talk Subject: Re: using cfhttp for ASP? Depending on your version of CF you may have to specify the port