ChiefRB
08-12-2002, 02:17 PM
Hey guys and girls,
Ok, I've done a few searches of the forum and came up with nothing. Perhaps that's because this is a kind of multilanguage question.
Here's the situation - I'm writing a Browser Helper Object that inserts some JS on the end of each page the browser views. This can only be done once the DocumentComplete event has fired, so all page processing via the browser has finished.
I have managed to get script to run by embedding it within onClick events of various HTML elements, then calling the event handler, but this isn't quite sophisticated enough - what I really want to do is load up an external JS file.
Is there any part of the DOM that can call a function directly, or is there any way to refresh only a portion of the page?
Barring all that, does anyone have any other suggestions as to what I might try?
Ok, I've done a few searches of the forum and came up with nothing. Perhaps that's because this is a kind of multilanguage question.
Here's the situation - I'm writing a Browser Helper Object that inserts some JS on the end of each page the browser views. This can only be done once the DocumentComplete event has fired, so all page processing via the browser has finished.
I have managed to get script to run by embedding it within onClick events of various HTML elements, then calling the event handler, but this isn't quite sophisticated enough - what I really want to do is load up an external JS file.
Is there any part of the DOM that can call a function directly, or is there any way to refresh only a portion of the page?
Barring all that, does anyone have any other suggestions as to what I might try?