Skip to content

Commit

Permalink
Added a alert message after submitting feedback (#87)
Browse files Browse the repository at this point in the history
  • Loading branch information
Anjaliavv51 authored Jan 8, 2025
2 parents a6ff2e7 + 2387dd9 commit 7713185
Showing 1 changed file with 6 additions and 2 deletions.
8 changes: 6 additions & 2 deletions feedback.html
Original file line number Diff line number Diff line change
Expand Up @@ -100,10 +100,14 @@ <h1 class="feedback-head">Your Feedback is Valuable To Us</h1>
</div>
</div>
<div class="btn">
<button type="submit" id="button"><a href="http://127.0.0.1:5501/index.html">Send</a></button>
<button type="submit" id="button" onclick="notify()"><a href="index.html">Send</a></button>
</div>
</div>
</div>
</body>

<script>
function notify(){
alert("Feedback Submitted Sucessfully")
}
</script>
</html>

0 comments on commit 7713185

Please sign in to comment.