stranger123
Programmer
Hi,
Many javascripts not work after move to a new server, they all have the format
<script type="text/javascript" src="xxxx.xxx"></script>
1. They were working fine in the old server.
2. They are working fine at the moment in my IIS.
3. If change to format
<SCRIPT language='javascript'>
<!--
//the code in xxxx.xxx
//-->
</SCRIPT>
they will work OK in the new server.
Do you have any idea?
Many javascripts not work after move to a new server, they all have the format
<script type="text/javascript" src="xxxx.xxx"></script>
1. They were working fine in the old server.
2. They are working fine at the moment in my IIS.
3. If change to format
<SCRIPT language='javascript'>
<!--
//the code in xxxx.xxx
//-->
</SCRIPT>
they will work OK in the new server.
Do you have any idea?