Skip to main content
Email Password   helpLost your password?

Sample Image - dahlia.jpg

Introduction

An IE browser bar, which acts as a target for pseudo-debug messages from client scripts.

Background

In just about every web-application I develop, I end up creating some IFRAME or new window to act as a target for various debug related messages. I finally decided that this would be much easier if it was wrapped up in a browser bar.

Using the code

Copy Dahlia.dll to your favorite directory, and run regsvr32 against it. Alternatively, build the project.

Points of Interest

The code has only been tested against IE6 on WinXP

The browser-bar works by creating a property on the document's parentWindow which references the component. Scripts can then call against the component to perform actions in the browser-bar.

Included are a few files which demonstrate the browser-bar's usage. dahlia.js is a script wrapper around the document.parentWindow.debugDevice property which is assigned by the browser-bar. dahliaTest.htm is a sample HTML file which uses dahlia.js.

Other than that, the code is documented well enough to follow, but if you have any questions, ask.

History

You must Sign In to use this message board.
 
 
Per page   
 FirstPrevNext
GeneralHorizontal Explore bar. Pin
zakkas2483
3:41 22 Jan '08  
GeneralNeed more indepth information Pin
GlimmerMan
6:27 22 Nov '04  
GeneralGUI event catcher Pin
builder69
20:06 26 Aug '03  
GeneralVery usefull ! Pin
Jean-Michel LE FOL
23:47 27 Jul '03  
GeneralRe: Very usefull ! Pin
JBoschen
10:12 28 Jul '03  
GeneralSounds like the start of a good article Pin
Gary R. Wheeler
2:50 27 Jul '03  
GeneralRe: Sounds like the start of a good article Pin
JBoschen
13:48 28 Jul '03  


Last Updated 25 Jul 2003 | Advertise | Privacy | Terms of Use | Copyright © CodeProject, 1999-2009