|
|
HTML Source Explorer Bar
Application Features
DescriptionHTML Source Bar is an Internet Explorer 5 (or better) Explorer Bar that shows you the source contents of the viewed HTML pages.An Explorer Bar integrates directly into the Internet Explorer workspace. This one presents the hierarchy of elements contained in the currently viewed web page. The HTML source code can be viewed, as well any scripting code (JavaScript, VBScript or any client-side script code) used. In addition, information about the images, applets and links are displayed.
The information presented is gathered after the Internet Explorer has parsed it.
This is quite different from e.g. the
information you get from the standard "View Source" popup menu.
To be able to see the client-side script code of the HTML page, you need to have a Microsoft Script Debugger installed. The Source CodeThe C++ source code for this IE plugin is freely downloadable.
This ATL project shows you how to implement an Internet Explorer Desk Band. One particular nagging problem was getting hold of the script code the page is running. This was solved by getting a list of "Running Documents" from the Script Debug Manager (if one is installed). If you have tried the Microsoft Script Debugger or Visual J++, you probably already know that such a list exists. It is actually published by the general Script Debug Manager component and can be queried by any application. Syntax highlighting is achieved by using a Rich Edit control and writing a few parsers that parse HTML, plain text, CSS and script code into RTF. Parsing a very large file may take one or two seconds. Code Features
Source Code DependenciesInternet Explorer 5 or betterMicrosoft Visual C++ 6.0 Microsoft ATL Library Microsoft WTL 3.0 Library Microsoft Active Scripting SDK Installation Guide
See AlsoRichard van den Berg added some cool enhancementsHow to create your own Explorer Bar Download Files
|
![]() | HTML Bar install file (283 Kb) Source Code (82 Kb) |