function OpenWindow(anchor) {
var toUsername = anchor.innerText;
window.open("ChatWindow.aspx?username=" + toUsername,'_blank', "width=340,height=200");
}
這個函數打開一個頁面,其參數爲firefox中的undefined,在谷歌瀏覽器中我可以得到合適的值。帶火狐內聯網問題的Javascript
Firefox的URL: http://localhost:9452/ChatWindow.aspx?username=undefined
,這是什麼問題,該如何解決?
仍然無法工作 –
它確實爲我工作。謝謝,c69。 – opalenzuela