1
I'm running last XOOPS on my site and i wanted to use the script Tradedoubler gave me, this one:
<script language="javascript">
var uri = 'http://impit.tradedoubler.com/imp/pool/js/78135/1105518?' + new String (Math.random()).substring (2, 11);
document.write('<sc'+'ript language="JavaScript" src="'+uri+'" charset="ISO-8859-1"></sc'+'ript>');
</script>
As you can see, it's a working script.
The fact is that i've tried putting it almost everywhere: in place of the <xoopsbanner> tag, in a html block... everywhere. I need it displayed somewhere.
Do i really have to use an iframe? That's the only solution i could imagine, but is it worth it? Is it going to work? Can't i simply put the code there and make it work someway?
I've asked for something similar years ago, but at that time nobody gave me an answer.
Can you, now?
Thanks a lot,
Claudio