JavascriptsJavascripts > No Right Click JavascriptsNo Right Click Javascripts ..." /> JavascriptsJavascripts > No Right Click JavascriptsNo Right Click Javascripts ..." />
Javascripts > No Right Click Javascripts > Alert Box
Script Title: Alert Box
Description: Will create an javascript alert box.
Example: Available
Copy the following code into your <HEAD></HEAD> tags.<script type="text/javascript"> function disp_alert() { alert("Put your alert box message here!!") } </script>
Copy the following code between the <BODY></BODY> tags of your html page.<form> <input type="button" onclick="disp_alert()" value="Alert Box"> </form>