點晴模切ERP-頁面如何獲取打印機列表并默認的選中
當前位置:點晴教程→點晴ERP企業管理信息系統
→『 經驗分享&操作答疑 』
:點晴ERP-頁面如何獲取打印機列表并默認的選中 添加一個select標簽 <select style="width:180px;" id="printerList"> 創建一個函數 function createPrinterList(){ LODOP=getLodop(); var iPrinterCount=LODOP.GET_PRINTER_COUNT(); printerName = LODOP.GET_PRINTER_NAME(-1); for (var i= 0;i< iPrinterCount; i++) { var option = document.createElement ('option'); option.text = LODOP.GET_PRINTER_NAME(i); option.value = i; //默認打印機默認選中 if(option.text==printerName){ option.selected=true; } document.getElementById('printerList').appendChild(option); } } 自動加載函數 window.onload = function () { createPrinterList(); } 點晴模切ERP更多信息:http://moqie.clicksun.cn,聯系電話:4001861886 該文章在 2023/11/29 11:05:20 編輯過 |
關鍵字查詢
相關文章
正在查詢... |