Have you ever wondered how to make those little grey popup boxes, that welcome visitors to your homepage? Here's how to do it!


Drag your cursor over the script below to highlight it. Then press 'control' and 'c' at the same time to copy it to your clipboard.

Open your homepage editor, for example I use Front Page Express or Dreamweaver. Then paste the code into your html source by pressing 'control' and 'v' at the same time.




<script> function MYALERT() { 
alert("Welcome, I am glad to show you how to do this *smiles*"); } MYALERT() 
</script>

My Alert is the name of the function and can be called whatever you wish.

You may also change the wording .

Thank You!!
Axact

Axact

Vestibulum bibendum felis sit amet dolor auctor molestie. In dignissim eget nibh id dapibus. Fusce et suscipit orci. Aliquam sit amet urna lorem. Duis eu imperdiet nunc, non imperdiet libero.

Post A Comment:

0 comments: