document.getElementById("btnSave").setAttribute("disabled", true);//設置不可點擊
document.getElementById("btnSave").style.backgroundColor = '#555555';//設置背景色
document.getElementById("btnSave").removeAttribute("disabled");//去掉不可點擊
window.parent.location.href = url;//調用父頁面重新加載