Thursday, January 14, 2016

Javascript: Dialog box

Code 1:
window.alert("Dialog");

Code 2:
alert("Dialog");