webbrowser

Hi

i want to save a content of webbrowser to save it into DB so i can view it later when i`m not online.. i want to save the stream of the loaded document..

If i am online and i save the document stream .. and set another webbroswer document stream to the saved tocument stream.. everthing is fine.. but when i go offline and try to view the save stream .. i get and error "A runtime error has occured. Do you Wish to debug Line:1 Error: Syntax error" .. it shows that error for 3 times.. and after that it shows the content but with no images...

Help please



Answer this question

webbrowser

  • MaxWeber

    Most probably the document stream you save will contain only the HTML file and not the images, scripts, stylesheets and whatever else is referenced from HTML.
  • webbrowser