IE6 SP2 Jscript not loaded on default index.htm file



Hello all,

This is a bit strange. My index.htm file contains the following
JSCRIPT include command:
<script language="JavaScript" src="http://www.AnotherDomainName.com/
Jscripts/Ascript.js" type="text/javascript"></script>

The Ascript.js file has the following code:
document.write("<iframe id='Iframe1' src='http://
www.AnotherDomainName.com/Morescript.aspx' width='100px'
height='93px' frameborder='0' scrolling='no'
allowtransparency='true'></iframe>");

The problem is that when I access the website www.mydomain.com it
seems that the script doesn't run but when I access www.mydomain.com/index.htm
directly it works ok.

Your help is appreciated.
Thanks.

.



Relevant Pages