一個不知道產生錯誤原因的javascript的問題。

mww123發表於2005-01-13
test.htm

   <html>
      <head>
      <title>無標題文件</title>
      </head>
      <script src="test.js"></script>
      <body onload="loadA()">
             <table>
                <tr>
                    <td id="a">
                    </td>
                 </tr>
              </table>
      </body>
    </html>
<p class="indent">


test.js

    function loadA(){
        var str="<img src=\"images/test.jpg\" width=\蕳\" height=\൛\" style=\"cursor:hand\" onclick=\"oa()\">"
        a.innerHTML=str;
     }
 

test.js中的onclick oa()事件為什麼在 test.htm中會產生"缺少物件"錯誤
請指教。

相關文章