if you are visiting my post its because you want to learn how you can make a javascript alert pop up windows just like the one you just saw (looks like my picture above)

did you see my alert notification window. if you have javascript enabled in your browser you should have seen it.

this is how i did it.. i used this code to make it

<script language="JavaScript"><!--
alert('Welcome To Wallpaperama.com This is a Javascript Alert Click OK To Continue');
<//--></script>
hope this helps