That's nice, except most integrated apps need a login and actual navigation
process, anyone know how to keep a session ?

I think I may have figured out a way to this by calling the
InternetExplorer.Application object directly, which will do SSL and anything
else...

> -----Original Message-----
> From: Chris Michl [mailto:[EMAIL PROTECTED]]
> Sent: Wednesday, August 30, 2000 8:40 AM
> To: [EMAIL PROTECTED]
> Subject: Re: ASPHTTP as COM Object
>
>
> Jim,
>
> Here's a sample...
>
> <cfobject class="AspHTTP.Conn" action="CREATE" name="GrabSite" type="COM"
> text="INPROC">
> <cfset Server.ScriptTimeout = 240>
> <cfset GrabSite.Url = "http://www.yoururl.com>
> <cfset GrabSite.PostData = "formfield1=A&formfield2=B&formfield3=C">
> <cfset GrabSite.RequestMethod = "POST">
> <cfset GrabSite.TimeOut = "15">
> <cfset GrabSite.UserAgent = "Mozilla/2.0 (compatible; MSIE 3.0B; Windows
> NT)">
>
> <cfset HttpOutput="#GrabSite.GetURL()#">
>
> <cfoutput>#HttpOutput#</cfoutput>
>
> Regards,
> Chris
>
> ----- Original Message -----
> From: "Milks, Jim" <[EMAIL PROTECTED]>
> To: <[EMAIL PROTECTED]>
> Sent: Tuesday, August 29, 2000 9:53 PM
> Subject: RE: ASPHTTP as COM Object
>
>
> > I would be interested in that also Chris...
> >
> > Jim
> >
> > -----Original Message-----
> > From: Chris Michl
> > To: [EMAIL PROTECTED]
> > Sent: 29/08/00 5:01 PM
> > Subject: Re: ASPHTTP as COM Object
> >
> > John,
> >
> > If you do not need SSL, I DO have sample code of ASPHTTP implemented use
> > CFOBJECT...
> >
> > Chris Michl
>
> ------------------------------------------------------------------
> ------------
> Archives: http://www.mail-archive.com/cf-talk@houseoffusion.com/
> To Unsubscribe visit
> http://www.houseoffusion.com/index.cfm?sidebar=lists&body=lists/cf
_talk or send a message to [EMAIL PROTECTED] with
'unsubscribe' in the body.

------------------------------------------------------------------------------
Archives: http://www.mail-archive.com/cf-talk@houseoffusion.com/
To Unsubscribe visit 
http://www.houseoffusion.com/index.cfm?sidebar=lists&body=lists/cf_talk or send a 
message to [EMAIL PROTECTED] with 'unsubscribe' in the body.

Reply via email to