Tools Links Login

HTML Extractor

Extremely simple! It extracts HTML code from any given site. Great for newbies. ONLY ONE LINE OF CODE!

Original Author: Yariv Sarafraz

Code

.


This code will allow you to extract HTML code from any
given website. I know it's not that exciting, but it comes in handy when you
wanna get passed those ‘no right-click' scripts.


You only need MSInet.ocx (Microsoft Internet Transfer
Control), a command button, and two textboxes.


Name the first textbox ‘txthtml' and name the second
‘txturl'. Make the command button's caption ‘Get HTML'.


Enter this code into the command button …



txthtml.Text = Inet1.OpenURL(txturl.Text)
 



-- It doesn't get
any simpler than that.

About this post

Posted: 2003-06-01
By: ArchiveBot
Viewed: 99 times

Categories

Visual Basic 6

Attachments

No attachments for this post


Loading Comments ...

Comments

No comments have been added for this post.

You must be logged in to make a comment.