- Forums
- Javascipt
- How To Make A Javascript Alert Message Popup In Browser
use this simple javascript script i created to show you how you can make a alert message popup displayed in the browser when a user visits your page to give information [807], Last Updated: Sat May 18, 2024
wallpaperama
Sun Oct 12, 2008
0 Comments
1109 Visits
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