small changes

This commit is contained in:
EggMan20339
2024-04-03 19:32:20 -04:00
parent 47d13f3841
commit 0dae0c7f45
11 changed files with 26 additions and 14 deletions

View File

@@ -2,6 +2,18 @@
<asp:Content runat="server" ContentPlaceHolderID="cph1">
<script src="https://ajax.googleapis.com/ajax/libs/jquery/3.5.1/jquery.min.js"></script>
<script type="text/javascript">
$(document).ready(function() {
$(document).keypress(function(e) {
if (e.which === 13) { // Enter key = keycode 13
e.preventDefault(); // Prevent the default Enter action
$("#<%= btnPhySearch.ClientID %>").click(); // Trigger the search button click
}
});
});
</script>
<link type="text/css" href="main.css"/>
<h1 style="text-align: center; font-size: 44px">
Physicians