, .
HTML- .
ASPX/ , . , contentplaceholder , :
<form method="post" action="test2.aspx" id="form1">
</form>
, , , ... , Chrome. FireFox, IE8 . , , , , button; , -, Chrome , IE8. ( - ).
, . - :
$(document).ready(function () {
$("#theModal").click(function (e) {
e.preventDefault();
$("#sample").modal({
opacity: 80,
overlayCss: { backgroundColor: "#fff" }
});
});
});
, , (e - ). , , - (e.preventDefault();). . ! Chrome IE8, .
, . , , . !