There are several different ways of doing it, but the easiest way is to use a simple html code that you add to each link that you want to open within a new window. All you have to do is add the code target="_blank" to the hyper text link.
The code for a hyper text link that opens within the same window will look like this:
The code to open the link in a new window with the target="_blank" added after the domain name will look like this:
Another way to do it is by putting the tag
You can also use Javascript to determine the size of the window, the alignment, whether you want to have scroll bars and much more. For more information on the topic click here.



