2
我試圖覆蓋在Firefox中window.location的,通過下面的代碼,並不斷收到錯誤(其實是想阻止默認行爲,但我認爲這是不相關):如何在Firefox中覆蓋window.location?
Code :
window.__defineGetter__('location', function() {});
Error
redeclaration of var location
我開始在Programatically disable window.location.reload?的建議,但沒有奏效。
由於提前, 蘇尼爾