×
Validate Residence Address
We've found a possible match in the USPS database.
Please select the best match
-
Corrected address:
-
-
-
-
-
-
Address as entered:
Accept Changes
< /code>
сторона сервера Click Event < /h3>
Protected Sub Button1_Click(sender As Object, e As EventArgs)
txtApplicantAddress1.Text = verifiedLine1.Text
txtApplicantAddress2.Text = verifiedLine2.Text
txtApplicantCity.Text = verifiedCity.Text
txtApplicantZip.Text = verifiedZip.Text
ScriptManager.RegisterStartupScript(Me, Me.GetType, "HideVerifiedApplicantAddress", "$('#verifiedApplicantAddress').modal('hide');$('.modal-backdrop').remove();$('body').removeClass('modal-open');", True)
End Sub
< /code>
javascript < /h3>
$('button:not([type=submit])').on('click',
function(e) {
e.preventDefault();
return true;
});
Подробнее здесь: https://stackoverflow.com/questions/496 ... tting-form
Мобильная версия