Alert box
A simple and useful Alert Box to remind your visitor's of something!

 

 

Paste The Following Code into the Body Section of Your Web Page

<body onLoad="loadalert()">
<div class="text11">
Alert box...simple, and useful to remind your visitor's of something!
</div>

<script language="JavaScript">
function loadalert ()
{alert("Vertical Software")
}
</script>