Re: programmatically capture web page as internet archive (MHT)
From: Bruce Hensley (bhensley_at_bechtel.com)
Date: 05/14/04
- Previous message: StephenMcC: "Re: XCACLS.exe file-system security tool and Registry"
- In reply to: Viatcheslav V. Vassiliev: "Re: programmatically capture web page as internet archive (MHT)"
- Next in thread: Michael Harris \(MVP\): "Re: programmatically capture web page as internet archive (MHT)"
- Messages sorted by: [ date ] [ thread ]
Date: Fri, 14 May 2004 10:16:23 -0700
VVV,
Thank you. Then unless we get an idea from someone else, we'll have to
rewrite our reports to use GET instead of POST. Although it is more work,
this will work for us.
Thanks,
Bruce
"Viatcheslav V. Vassiliev" <msnewsgroup@www-sharp.com> wrote in message
news:ezGuJ4YOEHA.628@TK2MSFTNGP11.phx.gbl...
> As I know - no.
>
> //------------------------------------
> Regards,
> Vassiliev V. V.
> http://www-sharp.com -
> Scripting/HTA/.Net Framework IDE
>
> "Bruce Hensley" <bhensley@bechtel.com> сообщил/сообщила в новостях
> следующее: news:OGiU0oROEHA.2704@TK2MSFTNGP10.phx.gbl...
> > Viatcheslav,
> >
> > I see that you can append querystring info to the URL to perform a GET,
> but
> > is it possible to use this method to request a response from an ASP page
> > that responds to a form POST rather than a GET? If so, how?
> >
> > Thanks,
> > Bruce
> >
> > "Viatcheslav V. Vassiliev" <msnewsgroup@www-sharp.com> wrote in message
> > news:OXwMdINOEHA.2952@TK2MSFTNGP12.phx.gbl...
> > > On Win2000+:
> > >
> > > dim message, conf, stream
> > > set message = CreateObject("CDO.Message")
> > > set conf = CreateObject("CDO.Configuration")
> > > set message.Configuration = conf
> > > message.CreateMHTMLBody "http://www-sharp.com"
> > > set stream = message.GetStream()
> > > stream.SaveToFile "test.mht"
> > >
> > > //------------------------------------
> > > Regards,
> > > Vassiliev V. V.
> > > http://www-sharp.com -
> > > Scripting/HTA/.Net Framework IDE
> > >
> > > "Bruce Hensley" <bhensley@bechtel.com> сообщил/сообщила в новостях
> > > следующее: news:%235peInGOEHA.4044@TK2MSFTNGP10.phx.gbl...
> > > > We have some ASP pages on the corporate intranet that report various
> > > > business statistics. We would like to capture a snapshot of these
> > reports
> > > > each night about midnight by running a scheduled script.
> > > >
> > > > We've been unsuccessful at finding any examples of how a script can
> > > capture
> > > > a web page, preferably to an internet archive file (MHT).
> > > >
> > > > We've been able to build a kludge using Word VBA to generate an HTML
> > file,
> > > > but it requires some cleanup after capture. We were hoping for
> > something
> > > > that might do the equivalent of IE's File>Save As>Web Archive, but
> from
> > > > script.
> > > >
> > > > Any help would be appreciated.
> > > >
> > > > Thanks,
> > > > Bruce
> > > >
> > > >
> > >
> > >
> >
> >
>
>
- Previous message: StephenMcC: "Re: XCACLS.exe file-system security tool and Registry"
- In reply to: Viatcheslav V. Vassiliev: "Re: programmatically capture web page as internet archive (MHT)"
- Next in thread: Michael Harris \(MVP\): "Re: programmatically capture web page as internet archive (MHT)"
- Messages sorted by: [ date ] [ thread ]
Relevant Pages
|