How ever , here is how to add a pop up message.
1. Edit your Template
2. Now find out
]]></b:skin>
( press 'Ctrl' + F to open your browser's search box)
Now paste following codes between
]]></b:skin>
</head>
<script language='JavaScript'>
//
alert (" Type your message here ")
</script>
ex:-
<script language='JavaScript'>
//
alert ("This is how to add pop up message.( By DragonD ) ")
</script>
Now follow the Safety Saving Steps.
And
3 comments:
Thanks for this useful code
Nice code. great share
Hello, do you have a widget work around?!