one more try 
Author Message
 one more try

  I'm sorry - this is such an annoying problem for me that I feel I must repost over and over until I get an answer <grin>

  Can anyone fill in this function? (using the webbrowser control, the internet transfer control, or any api functions)  The only constraint is that IMAGES CAN'T BE DOWNLOADED.

  public function DownloadHTML( byval href as string) as HTMLDocument
      ...
  end function  

  This is the closest I've come, but it only gets the body of the html, and I want ALL of it -

  public function DownloadHTML( byval href as string) as HTMLDocument
      dim htmlString as string
      dim htmlDoc as htmlDocument
      htmlstring = inet1.openurl( href, icString)
      set htmldoc = new htmldocument
      htmldoc.open
      htmldoc.close
      htmldoc.body.innerhtml = htmlstring
      set downloadhtml = htmldoc
  end function



Sun, 19 May 2002 03:00:00 GMT  
 
 [ 1 post ] 

 Relevant Pages 

1. One last try....

2. Does any one ever try *.res (Resource File)

3. One more try ...

4. one more try

5. One more try: InfoZip

6. one more try

7. A different one to try!

8. XML HTTP question...one more try

9. one more try

10. One more try - Accessing Parallel port on a network

11. One last try to get the correct attached file

12. How to group on records but . . .(one last try)

 

 
Powered by phpBB® Forum Software