Quote:
Originally Posted by UKBusinessLive
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 ;-)
|
for some reason this is not working for me.
here is what i have.
<DIV ALIGN=CENTER>
<!--This Day in History by TheFreeDictionary.com-->
<div style="width:750px;position:relative;background-color:#FFFFFF">
<div style="font:bold 15pt '';color:#000000"></div>
<style>
#TodaysHistory {width:100%;border:none;background-color:}
#TodaysHistory H3 {margin-top:0px;font:bold 12pt '';color:#000000}
#TodaysHistory TD {font:normal 10pt '';color:#000000}
#TodaysHistory A {color:#0000FF}
</style>
<script language="javascript"
src="http://img.tfd.com/daily/history-top.js?0" target="_blank" ></script>
<div style="font:normal 8pt '';color:#000000">
</div></div>
<!--end of This Day in History-->