سلام من توقع رارم 666 چاپ بشه امه نمیشه ایرادش کجاست؟
<html>
<head>
<script>
var hatef="555";
function change()
{
hatef="666";
return hatef;
}
</script>
</head>
<body onload="change()">
<script>
document.write(Global_hatef);
</script>
</body>
</html>