下面是代码
<head>
<title>Message</title>
<script language="javascript">
function MyFunction() {
....................
}
</script>
</head>
<BODY BGCOLOR="white" onload="MyFunction()">
除了IE 11兼容型号之外,所有浏览器都能正常工作。当我运行代码时,它显示错误
Line: 5
Error: The value of the property 'MyFunction' is null or undefined, not a Function object