I'm just wondering if it is possible to change html being loaded into a window/page before IE renders it.
I would like to add some buttons and additional javascript to the top of a certain page when it loads. Also, is there anyway to change html coding?
eg.
normal page has <body>
<BODY bgcolor="black">
but I want to change it on the fly to add an onload() command
<BODY bgcolor="black" onload="doScriptAbove()">
Thanks,
Geuis
I would like to add some buttons and additional javascript to the top of a certain page when it loads. Also, is there anyway to change html coding?
eg.
normal page has <body>
<BODY bgcolor="black">
but I want to change it on the fly to add an onload() command
<BODY bgcolor="black" onload="doScriptAbove()">
Thanks,
Geuis