<script> <br>//The parameter con is the content of the pop-up box, confirm is whether a confirmation button is needed, whether wraphide displays the mask layer, wrap custom layer id <br>var dlg1=d_log({con:'<span>Confirm you want to Delete this file? </span>',confirm:'check'});//Automatically generated dialog <br>var dlg2=d_log({wraphide:'hide',wrapId:'owp'});//Customized dialog <br>var dlg3=d_log({wraphide:'hide',wrapId:'owp1',pos:'right-bottom'});//position of pos pop-up layer<br>var arr=[1,2,3 ,4,5,5,6,7,8]; <br>function check(){ <br>alert('test!'); <br>} <br></script>