below is the code
<head>
<title>Message</title>
<script language="javascript">
function MyFunction() {
....................
}
</script>
</head>
<BODY BGCOLOR="white" onload="MyFunction()">
it is working fine with all the browser except IE 11 Compatible Model. When I run the code it show the error
Line: 5
Error: The value of the property 'MyFunction' is null or undefined, not a Function object