Javascript include and opening new windows ? - Posted (3276 Views)
Free ASP Hosts Moderator
wii
Posts: 2632
2632
Hi,

I have a simple javascript from an external provider, something like this:

<script language="javascript" src="http://external.com/oneinclude.js"></script>

It works just fine, but I would like all the links that this script includes to open in a new window, is there anyway I can do this editing just the include? As I don´t have access to the file itself.
Thanks a lot<
 Sort direction, for dates DESC means newest first  
 Page size 
Posted
Advanced Member
Carefree
Posts: 4224
4224
Anywhere within the < body> < /body> should work. Some claim that you get the best performance by putting scripts immediately before the close of the body. I haven't noticed any appreciable improvement one way or the other, so I cannot attest to the legitimacy of that.
<
Posted
Free ASP Hosts Moderator
wii
Posts: 2632
2632
Yeah, done that - doesn´t work.
I´m gonna give up on this one...<
You Must enter a message