asp.net JS取值
<script> $(function () { $.post("RegisterNew.aspx", { "ddlprovince": $("ddlprovince").text, "ddlcity": $("ddlcity").text }, function (data, status) { if (status == "success") { } }); }); </script>
<script> $(function () { $.post("RegisterNew.aspx", { "ddlprovince": $("ddlprovince").text, "ddlcity": $("ddlcity").text }, function (data, status) { if (status == "success") { } }); }); </script>