style="width:100px;" "id="Client_Agent"→"id"前面多了一个双引号 ...

解决方案 »

  1.   

    <div id="Layer1" style="position:absolute; width:60px; height:19px; 
       z-index:1; left: 427px; top: 130px; visibility:visable">
       <select name="Client_Agent" size="10"  style="width:100px;" id="Client_Agent"   onChange="Agent.value=options[selectedIndex].text">
        <%do while not rs1.eof%>
          <option value="<%=rs1("Client_SName")%>"><%=rs1("Client_SName")%></option>
            <%
              rs1.movenext
         loop
         %>
        </select>
       </div>→这里不对,服务器端优先执行,实际上"Client_Agent"中,什么也没有 ...