你可以用xmlhttp来做添加,
你也可以把省、市的值传过去,然后再在页面onload的时候用脚本设置省、市的值

解决方案 »

  1.   

    参考:部分代码
    <%
    startTime = Request("txtStartTime")
    %>
    <script>
    function Initiliaze()
    {
        document.all.txtStartTime.value = "<%=startTime%>";}
    </script><body  onload="javascript:Initiliaze();">
    <form>
    开始日期:input name="txtStartTime" type="text" >
    </form>
      

  2.   

    http://community.csdn.net/Expert/TopicView.asp?id=4559209里面有属性selectedValue可以就是默认值