Skip to content

Commit

Permalink
notes
Browse files Browse the repository at this point in the history
  • Loading branch information
joypan1 committed Mar 2, 2024
1 parent ba24cec commit f5722d8
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions pages/teamdetails.js
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,10 @@ document.addEventListener('DOMContentLoaded', async () => {

document.getElementById("teaminfoform").onsubmit = () => {



alert("Form information successfully submitted.");
// why does it go to a new page (new query parameters) after pressing the submit button?
//https://www.w3schools.com/tags/att_form_target.asp
//https://www.w3schools.com/tags/att_form_action.asp
}

0 comments on commit f5722d8

Please sign in to comment.