J
Jeffery
G'Day all,
I have written an extension for IE in JScript.
Is it possible to have the extension execute when the document loads in
the window as opposed to needing the user to activate it?
To achieve a similar result in firefox I simply include the line:
window.addEventListener("DOMContentLoaded", hello, false);
However, I suspect this is more an issue to do with how IE loads the
extension vs Firefox.
Any help would be appreciated.
Cheers
Jeffery
I have written an extension for IE in JScript.
Is it possible to have the extension execute when the document loads in
the window as opposed to needing the user to activate it?
To achieve a similar result in firefox I simply include the line:
window.addEventListener("DOMContentLoaded", hello, false);
However, I suspect this is more an issue to do with how IE loads the
extension vs Firefox.
Any help would be appreciated.
Cheers
Jeffery