Hi,
I am not so familiar with java-script, so here follows my question. What is
the reason of underlying script in the head-section of most web-pages ? Has
this something to do with the fact when a particular script is not found
????
Please, can anybody help me?
<script language="JavaS cript">
<!--
function SymError()
{
return true;
}
window.onerror = SymError;
//-->
</script>
I am not so familiar with java-script, so here follows my question. What is
the reason of underlying script in the head-section of most web-pages ? Has
this something to do with the fact when a particular script is not found
????
Please, can anybody help me?
<script language="JavaS cript">
<!--
function SymError()
{
return true;
}
window.onerror = SymError;
//-->
</script>
Comment