
I have a web page that has 2 domains. Enews.tc points to a specific folder within the site, http://www.tcimall.tc/enews 2 ways of acccessing the files... (follow me?)
The milionic files are in http://www.tcimall.tc/milonic/
In the header I have included the absolute address for tcimall.tc but still get runtime error for url - http://www.enews.tc - (everything ok on tcimall.tc/enews/
Here is what my files say....
<script language=JavaScript>
if(ns4)_d.write("<scr"+"ipt language=JavaScript src=http://www.tcimall.tc/milonic/mmenuns4.js><\/scr"+"ipt>");
else _d.write("<scr"+"ipt language=JavaScript src=http://www.tcimall.tc/milonic/mmenudom.js><\/scr"+"ipt>");
</script>
What am I doing wrong here?? please help me

