function writeSlt(arrstr,arrstrValue,selectedstr) 'arrstr 要显示在option里面的值,arrstrValue option的实际值,selectedstr要选中的默认值 '将一个字串分割为数组,输出select的option,并选中selectedstr arrstr&arrstrValue长度要一致 arr=split(arrstr,",") arrValue=split(arrstrValue,",") j=0 do while j<=ubound(a...
<% dim conn dim strconn dim rs dim strsql dim strsql2 dim strsql3 dim strsql4 dim strsql5 dim strsql6 dim strsql7 dim strsql8 'strconn = Driver={SQL Server};Description=example;SERVER=222.222.1.2;UID=webexample;PWD=;DATABASE=webexample" 'Format Declare & EXEC statements that will be passed 'to t...