Jump to content

DrScheme HTML from URL

- - - - -

This topic has been archived. This means that you cannot reply to this topic.
2 replies to this topic

#1
Mega-Hobo

Mega-Hobo

    Newbie

  • Members
  • Pip
  • 2 posts
Hello, For a recent project of mine, I wanted to be able to get the complete HTML code of a web page in DrScheme. I have looked a lot, and cannot find any way to get the HTML in a text format. I do not care about any formatting in the HTML. The information from the HTML I am going to be using is simple text if that make a difference.

Thank You

P.S. I'm a noob to forums sorry if this is in the wrong section or something stupid.

#2
WingedPanther

WingedPanther

    A spammer's worst nightmare

  • Moderators
  • 16,831 posts
In Firefox: right-click, view source. In IE: page: view source.
Programming is a branch of mathematics.
My CodeCall Blog | My Personal Blog

#3
Mega-Hobo

Mega-Hobo

    Newbie

  • Members
  • Pip
  • 2 posts
Yes, I know how to view page source, I wanted to know how I could get the same information using DrScheme (racket).