To have a link in which, when a viewer presses it, will open a page in a new window, you need to listen to this:
Insert something like this:
<A HREF="http://www.google.com/" TARGET="_blank">Open Google in a New Window</a> And look at what happens:
Open Google in a New Window You see?