Here's code used for the JS:
<SCRIPT LANGUAGE="Javascript">function HRMsg() { alert("Please remember to update your employee benefit froms by the end of this month. Thank you. Human Resources.") }
</SCRIPT>
Then after that in the body tag you put this to make the function run when the page loads:
<BODY onload="HRMsg()">
The full page is: http://w3.tvi.cc.nm....kyhawk/cp132/j3

New Topic/Question
Reply



MultiQuote



|