<button onclick="javascript:do_it();">Click Me</button> function do_it(){ alert("You clicked Me!"); }
<button id="my_button">Click Me</button> document.getElementById("my_button").onclick = function(){ alert("You clicked Me!"); };
Do you want to delete a "" lesson. Warning! This delete will remove all it's sub lessons and contents.
Do you want to delete a "" sub lesson. Warning! This delete will remove all it's contents.
Do you want to delete content.
Do you want to remove selected book from favorite books.
Do you want to delete selected author from your authors list.