function server()
{
var wd=document.getElementsByName("wd")[0].value;
var link=document.getElementById("DropDownList1").value+wd;
window.open(link);
}
</script>
-----------------------------------------
<asp:DropDownList >
-----------------------------------------
<asp:DropDownList >
相关文章: