CREATING A POPUP MESSAGE AFTER CLICKING SUBMIT BUTTON

You can do this with Javascript’s alert("message"); function in between <script> tags on your html page.

Leave a Comment