Multiple Links :
THE TECHNIQUE








This script will let us open two or more pages when a single link is clicked.

First we neutralize the html link. This is done by letting the link point to "#" which means it points to nowhere and thus has no effect in HTML.

The trick is, that at the same time, we add an onClick event to the link. This event will, in return, execute our small javascript that opens the two pages.

In this article we will limit the script to open two pages.
But as we said, the technique can easily be used to open as many pages as you like from a single link.


 << PREVIOUS
READ MORE >>  
















DEVELOPER TIP!





     "Better Than Books - As Easy As It Gets!"