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>
Enter your name and email address to have this script sent right to your Inbox for later viewing. First Name Last Name Email