/ Forums / Advansys Formativ / Creating Solutions with Formativ / HtmlDom.loadfromurl problems

  • Creator
    Topic
  • #4342
    brussill
    Participant

      I’m trying to capture all HTML tags from a url, by using:

      set dom = Utilities.HTMLDom
      dom.LoadFromURL(“http://www.google.com”)
      set doc = dom.document
      doc.tostring(html)
      msgbox html

      This outputs a blank msg. Any suggestions?

      Also if I do:

      dom.savetodisk(“c:tempoutput.txt”)

      only the strings from the URL are written, not all the tags.

    Viewing 3 replies - 1 through 3 (of 3 total)
    • You must be logged in to reply to this topic.