form submit alert input w3schools code example
Example: html submit alert
confirm("QUESTION")
<!-- This makes a alert with QUESTION on it
but here you have the joice to decline it.
if you decline it it returns : False
if you submite ist it returns : True-->