Close bootstrap dialog but don't reload parent page

Hi. I am opening a bootstrap dialog page using the following command

<button type="button" style="" href="../home/ajax/modal_prepemailstmt.php?client_id=126" data-target="#ajax3" data-toggle="modal" class="btn btn-primary btn-3d">EMAIL STMT</button>

When I close the dialog - I dont want the main / parent page to reload. I just want it to stay static.
Is this possible ?