PDA

View Full Version : Modifying web pages through a browser programmed in VB


martin the 3rd
06-15-2005, 04:44 PM
Hey, Im just starting to learn VB.NET, and I have a question about a "home-made" browser. I'm using the IE control for it, btw. I'd like to be able to either:
A) Disable Javascript
B) Be able to edit the html page Im display, before it is actually rendered.

Thanks for the help!

-m3

enumerator
06-15-2005, 10:41 PM
The simplest way I know of to get at source code before displaying it is to use IE's default "download" behavior (there are several other ways too).