hi all,
The problem is that javascript is not working when it was written as follows
<Script language="javascript" src="crescendo.js">
</script>
crscendo.js seperate textfile in the same directory.But it is working when the script directly given in the same page
like this
<script laguage="javascript">
<!--
java script statemets
-->
</script>
what will be the problem .please reply-----
The problem is that javascript is not working when it was written as follows
<Script language="javascript" src="crescendo.js">
</script>
crscendo.js seperate textfile in the same directory.But it is working when the script directly given in the same page
like this
<script laguage="javascript">
<!--
java script statemets
-->
</script>
what will be the problem .please reply-----