="span3" name=
"type" disabled=
"disabled"id=
"type" style=
"height:33px;background:gray;color:black" datatype=
"*" sucmsg=
" ">
"select" value=
"">請選擇<
/option>
<#if powerlist?
?>
<#if powerlist?size gt 0
>
<#list powerlist as item>
<#if item.parent_code!=
''>
<#if itemlist.type?
?&& item.code==itemlist.type>
"$" selected=
"selected"
>$
<
/option>
<#else
>
"$">$
<
/option>
<
/#if
>
<
/#if
>
<
/#list>
<
/#if
>
<
/#if
>
<
/select>
----
----
----
----
----
----
----
----
----
----
----
----
----
----
----
----
----
----
----
----
----
----
----
----
----
----
----
----
----
----
----
-------
當屬性設定為"disabled"時,提交表單時,select的值無法傳遞,提交前移除disabled屬性:$(
"#type").
removeattr
("disabled"
);
--
----
----
----
----
----
----
----
----
----
----
----
----
----
----
--法二--
----
----
----
----
----
----
----
----
----
----
----
----
----
----
----
----
--="span3" name=
"type" onfocus=
"this.defaultindex=this.selectedindex;" onchange=
"this.selectedindex=this.defaultindex;" id=
"type" style=
"height:33px;background:gray;color:black" datatype=
"*" sucmsg=
" ">
"select" value=
"">請選擇<
/option>
<#if powerlist?
?>
<#if powerlist?size gt 0
>
<#list powerlist as item>
<#if item.parent_code!=
''>
<#if itemlist.type?
?&& item.code==itemlist.type>
"$" selected=
"selected"
>$
<
/option>
<#else
>
"$">$
<
/option>
<
/#if
>
<
/#if
>
<
/#list>
<
/#if
>
<
/#if
>
<
/select>
這種方法可以使下拉框和平常沒有區別,看起來沒有任何不同。唯一不同的就是下拉並單並選擇之後,它不會鳥你,選了和沒有選一樣一樣的。就是無視客戶的選擇。
使input type 「text「不可編輯
readonly 意思是字段為唯讀,使用者可以使用 tab 鍵切換到該字段。使用後文字框不可編輯 選擇文字框不會出現閃爍的游標 可以接收焦點,表單可提交其value值,後台可以接收到傳值。id type text name id readonly value 意思是禁用input 元素 不可編輯 不...
textarea和input不可編輯得解決方法
1 使用 disabled屬性 2 使用readonly屬性 注 disabled和readonly得區別 disabled 使用它之後,輸入框就會變成灰色,以及裡面的文字,此時的滾動條也就會自動消失,滾動條也就沒有了,所以如果裡面的文字很少,不需要滾動條的時候,那麼用disabled 和 read...
word文件不可編輯及破解方案
若想自己所做的文件不能被複製,更不能被修改,需要在初始建立這個檔案時,在vba裡對應用於該檔案的模板加入相關 破解的方法是將它另存為網頁檔案再複製.如果通過設定修改許可權的辦法,則會彈出輸入密碼的對話方塊,與此有別.如果對磁碟設定許可權,則移動到其它電腦可以仍會被複製.另存為網頁之後就可以全選複製,...