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;
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('Terima kasih ataas kunjungannya, salam blogger.. ');
}
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.
The greeting text can be changed according to the blogger your tastes, ok good luck and Greetings Indonesian Blogger.