You are here: irt.org | FAQ | JavaScript | Link | Q1440 [ previous next ]
No. Even trying the following does not work, as Netscape Navigator adds another BASE tag before our own:
<html>
<script language="JavaScript"><!--
if (location.protocol == 'file:')
document.write('<BASE HREF="file:///c:/mymaindir/subir">');
else
document.write('<BASE HREF="http://something.com">');
//--></script>
<body>
....
</body>
</html>