Codice PHP:
<script type="text/javascript">
function 
test()
{
  return;
  
alert("Nooooo");
}
test();



</script>