Imagine you have a link:
<A HREF="http://example.com">Example</A>
To make it open in new window (pop-up), insert this atrribute:
<A HREF="http://example.com" TARGET="_blank">Example</A>
Links & anchors: <A> tag