Rabu, 13 Juli 2011

How to put opening and closing message on the blog

Previously I apologize if my post the other trade cheating, but I made it just to remind me anyway, so I do not forget that I have a blog . Actually to make opening and closing message on the blog not too hard anyway, but just the same we understand what we make.

Oke lets check it out.
  • First we went on an existing blog account, if you don't have account yo must create it first.

  • Then click on the design that is located in the top right.
  • Click on edit HTML or edit layout.
  • At the sorce code search that read and enter the following script below;
     <script type='text/javascript'>
     alert("Selamat datang di blog saya, jangan lupa komentarnya ya..")
     </script>


And, for byes when visitors would come out of our blog is;

      <script type='text/javascript'>
      // goodbye alert
      function goodbye(){
      alert(&#39;Terima kasih ataas kunjungannya, salam blogger.. &#39;);
      }
      parent.window.onunload=goodbye;
      </script>
 


Put this script right under the code or right under the code 'welcome' was first installed.

The greeting text can be changed according to the blogger your tastes, ok good luck and Greetings Indonesian Blogger.