3
我在HTML頁面中的鏈接,它具有id="redirect"
幫助錯誤SCRIPT5007:無法設置的屬性值的「onClick」
而這(的script.js)
window.onload = initAll();
function initAll(){
document.getElementById("redirect").onclick = clickHandler;
}
function clickHandler(){
alert("Sure!");
return true;
}
我收到此錯誤信息
SCRIPT5007: Unable to set value of the property 'onclick': object is null or undefined
我想這(IE9,IE8,Chrome瀏覽器,火狐4.0.1),但仍不能運行,請大家幫忙