Opening External Links In New Window
Their are a few codes out their that will open links in a new window but for most people they just want external links to be the target. With this script below you can open external links in a new window without implanting multiple codes in every link. This will only work if the viewer has JavaScript enabled!
Place this code just under the <head> tag in your template.
<script type='text/javascript'>
//<![CDATA[
function...