How to Create Safe and Message Alerts Goodbye

We certainly never find when you open a blog and then appear a message on the screen either welcome or just a message from the blog owner. There may of you would say that this trick is pretty stale, but it never hurts to share back and may be useful for those of you who do not know how to make it.
 



 
OK, here are the steps Creating Welcome Message::
Login to your Blogger account, click the Layout-Edit HTML and then at the top of the search code and input <head> following script underneath.


<script type="text/javascript">
alert("<span style="color: rgb(255, 0, 0);"> Welcome ^_^ </span>")
</script></div>tory/favicon.ico' rel='shortcut icon'/&gt;

Here are the steps Creating Messages Goodbye::
Login to your Blogger account, click the Layout-Edit HTML and then at the top of the search code and input <head> following script underneath.
<script type='text/javascript'>
// goodbye alert
function goodbye(){
alert(&#39; Good bye  ^_^ &#39;);
}
parent.window.onunload=goodbye;
</script>


Text in red can be changed according to your wishes.
If you are successful, please save your work.
  How, easy right?
You simply add a bit of Java script code in your blog page and you already look different. Good luck ..

Comments