Quote:
Originally Posted by trucker01
thnx for this is looking great 
marked as installed.
was wondering about the same thing also....
is a bit annoying for the users to revert back to our place.
|
Hi Guys
We need to add
to the outgoing url to get it to open in a new window
so find this line in the code
Code:
<script language="javascript"
src="http://img.tfd.com/daily/history-top.js?0"></script>
and replace with this
Code:
<script language="javascript"
src="http://img.tfd.com/daily/history-top.js?0" target="_blank" ></script>
Actually this is a nice little trick to remember if you have menu's or urls on your site and you want them to open up in a new window as opposed to diverting people away from your site, just stick this at the end of the url
Enjoy ;-)