Example of a Popup script


This little Script makes it possible to incorporate little popups into your webpages. This way you can give additional information on subjects without people having to click continuously from page to page. The latter makes navigating a site sometimes like finding your way in a labyrinth.

In this example you don't even have to click on the link to make it work. Just go over it with your mouse and it will react.

Go without clicking over this example:

EXAMPLE.

You can make as many popups as you want by adding words to the array:

word=new Array();
word[0]=".......";
word[1]=".......";
word[2]=".......";
.....

You can vary the time that a popup appears/disappears by changing the last number:
clearID=defwin.setTimeout("self.close()",10000)
The size of the popups can be changed by changing the width and height properties of the function: defwin=window.open()


Reactions and comments: [email protected]