Page is a not externally linkable
known_x - 4:33 am on Sep 4, 2002 (gmt 0)
<script language="JavaScript"><!-- What is the correct syntax?
This script extracts html name and give it to a src with a js file in an other domain.
There is a syntax problem in this script which I couldnt find:
var fileName =location.pathname.substring(location.pathname.lastIndexOf('/')+1);
document.write('<script src="http://www.abc.com/path/'+fileName+'.js"><\/script>');
//--></script>
Thanks