diff --git a/script.js b/script.js index 9d4684e..a0306c3 100644 --- a/script.js +++ b/script.js @@ -122,6 +122,10 @@ function AddData() { document.getElementById("mainDescription").value = ""; document.getElementById("domain").value = ""; document.getElementById("scope").value = ""; + + // Display the success alert + alert("Control added successfully!"); + } } }