javascript onload()方法不适用于html body标签

时间:2015-05-05 06:57:57

标签: javascript onload

下面是代码

<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

0 个答案:

没有答案