【JavaScript】工作流模板設(shè)計(jì)時(shí)用indexOf函數(shù)判斷某個(gè)控件是否包含doc/xls/ppt/rar/zip等文件,沒有則禁止提交
![]() ![]() 在工作流模板設(shè)計(jì)頁(yè)面啟用JavaScript,在提交前JS中輸入以下內(nèi)容: var temp_value=document.getElementById('CS11').value; //CS11更改為實(shí)際要判斷的字段ID if (temp_value.indexOf('.doc')==-1 ││ temp_value.indexOf('.docx')==-1 ││ temp_value.indexOf('.xls')==-1 ││ temp_value.indexOf('.xlsx')==-1 ││ temp_value.indexOf('.ppt')==-1 ││ temp_value.indexOf('.pptx')==-1){ alert('提交失?。禾峤坏膬?nèi)容中必須包含Office文件!'); return false; }
該文章在 2019/7/4 10:24:29 編輯過(guò) |
關(guān)鍵字查詢
相關(guān)文章
正在查詢... |