PHP Code:
<script Language="JavaScript1.3">
<!--
function JSVer(){
return "1.3"
}
//-->
</SCRIPT>
could anybody tell me
the reason why the script code placed into
<!-- --> ?
I've tried to run the function without that symbols:
PHP Code:
<script Language="JavaScript1.3">
function JSVer(){
return "1.3"
}
</SCRIPT>
and all went fine.