Quote:
Originally Posted by st0ned
Thanks for the input. Say I wanted to include the .js file on each site, then inside of that .js file wanted it to load a remote .js file or at least a remote IM code. Is this possible? Just trying to admin them all from one location but would rather not have the same URL spread across my network.
|
Yes you would only edit the one file... all I do is document.write('<script src="http://link.to.sponsor.im.code"></scr'+'ipt>'); (you need to split up the </script> for javascript to flow through it properly).
The reason I went javascript instead of php was so I could use the same file on freehosted blogs and across servers.