Alert Javascript Pop Up Box
You can make an alert pop up box with this code
<script language="javascript">
<!--
alert("Whatever you want to say here");
//->
</script>