+ 1
Please can you assist me with code for alerting user before saving data
Please can you assist me with code for alerting user before saving data [JavaScript and HTML]
6 Answers
+ 4
You could use the JS function alert("put here your custom message") called from an event assigned to the clicking of the "save button".
+ 1
Use alert box
alert(message)
+ 1
alert is a JS function kid
0
So there is no scripts for JavaScript?
0
please show me simple example
0
https://developer.mozilla.org/en-US/docs/Web/API/Window/alert
Trust Mozilla Development Network, if you ever require tutorial on web development