this works as below :
<script type="text/java-script">
//javascript code goes here
</script>
this only tell the compiler o the browser or whatever that the code or script in between the scripts tag is a javascript.
solved
this works as below :
<script type="text/java-script">
//javascript code goes here
</script>
this only tell the compiler o the browser or whatever that the code or script in between the scripts tag is a javascript.
solved