我有一個將輸入按鈕放置在窗體上的程序。當用戶點擊按鈕時,onclick屬性使用location.href將其引導至鏈接。我想將鏈接存儲在數組中。 如何將數組插入位置調用?將數組插入到位置.href
例子:
locationArray = new Array();
locationArray[0] = "http://google.com";
elementButton_1.setAttribute("onclick", "self.location.href=locationArray[0]; return false");
例如,您的作品,因爲要的setAttribute第二個參數會JS代碼進行評估.. – paislee 2012-01-30 19:40:39