, .
javascript php-. , , . Onload :
"body", "frame", "frameset", "iframe", "img", "input type =" image "," link "," script "," style ".
, "script" "img", - , "style". .
, :
<html><headbodyetc>
<div id='change'>
//is supposed to alert or call another js function after
//verifying something with a database for instance.
<button type='button' onclick='ajaxbelow();'>alert</button>
</div>
<script type='text/javascript'>
function test(){
alert("now it works");
}
function ajaxbelow(){
</script>
</etc></html>
php-
echo"<style onload='test();'></style>";
.
, , IE, .
^
EDIT: IE "DENY" . , [/ // / " - " ] ... IE:)