Disabled form inputs do not appear in the request

若是元素設置爲disableed 那麼這個元素 將不會做爲參數傳遞放在server的請求當中。app

若是想要獲取到該元素而且設置它的屬性爲只讀:orm

var inputstatustimestamp=document.getElementById('statustimestamp');server

inputstatustimestamp.readonly=true;                                      ##設置元素爲只讀
 inputstatustimestamp.style.backgroundColor = "#DEDEDE"; ###設置背景顏色。get

http://stackoverflow.com/questions/7357256/disabled-form-inputs-do-not-appear-in-the-requestinput

相關文章
相關標籤/搜索