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:
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="noplace" onMouseover="alert('Please Tell Your Friends About Wallpaperama.com')">Put your mouse pointer here to see a popup</A> </p>
<div align="center">
Copyright © 2007 Wallpaperama - All Rights Reserved<br />
Hosting Provided by <a href="http://www.webune.com">Webune.com</a>
</div>
</body>
</html>
<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="noplace" onMouseover="alert('Please Tell Your Friends About Wallpaperama.com')">Put your mouse pointer here to see a popup</A> </p>
<div align="center">
Copyright © 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 javascript-mouseover.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.
CLICK HER TO SEE DEMO
if you have any question, please post them here and i will try to answer them for you.


