
Windows Welcome and Goodbye Message (CSS Version)
February 22, 2008This code is functioning in Internet Explorer Only.
Here’s the code…
/* ALERT MESSAGES */
body {
height:expr/**/ession(
function welcome()
{alert(‘ Hi ‘+pageViewerFName+’.! Welcome to my Profile!!!…’);}
window.onload=welcome);
}
body{left:exp/**/ression(
function goodbye()
{alert(‘Bye ‘+pageViewerFName+’! ^_^ Come Back Soon.. ,’);}
window.onunload=goodbye);}
For code updates, visit these sites:
* TECHNOSISTERS.NET
* FRIENDSTERLAYOUTS.COM
* FRIENDSTERTALK.COM
* FRIENDSTERDESIGNS.COM
were is the code