today i will show you how you can make a popup window with the mouseover function in javascript. this is a cool way to get your visitors attention.




CLICK HERE TO SEE POPUP





ok, if you want to try it for yourself, i wrote up this script..

the first thing to do so you can learn from this turotial guide, is to open your text editor. for this example, i will be using notepad.

so open a blank notepad and copy and past the following code.
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
<title>Javascript Mouseover popup windows with link</title>
</head>

<body>

<br />
<p align="center"><A HREF="#" onMouseover="alert('Please Tell Your Friends About Wallpaperama.com')">Put your mouse pointer here to see a popup</A> </p>
<div align="center">
Copyright &copy; 2007 Wallpaperama - All Rights Reserved<br />
Hosting Provided by <a href="http://www.webune.com">Webune.com</a>
</div>
</body>
</html>


now paste this code into notepad and save the file as wallpaperama693.html and upload to your site, once you have uploaded to your website, open it with your browser and see it in action.

if you don't have a website yet, you can visit our friends at www.webune.com and you can signup for one of their plans to get you started.

Our friends at Webune have provided us with web hosting to show you how this script works just in case you don't have a website yet.


if you have any question, please post them here and i will try to answer them for you.