Javascript and target window

admin

Administrator
Staff member
I have a question regarding javascript and target windows.

I'm using an external linked javascript to put syndicated content onto my portal:

<script language="JavaScript" src=http://www.webdeveloper.com/forum/archive/index.php/"http://www.theirpage.com/applets/factoid.js">
</script>

Due to formatting issues with the portal software that I'm using, I want any hyperlinks that are produced in the resulting page to display in a new window. Is there anyway to accomplish this, since I do not have access to the source code?

Thanks,
Heather
 
Back
Top