h1

Windows Welcome and Goodbye Message (CSS Version)

February 22, 2008

This 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

One comment

  1. were is the code



Leave a Comment