مخفی کردن جاوا اسکریپت از دست مرورگرهای قدیمی
-------
<html>
<head>
</head>
<body>
<h1>
<!-- hide script from old browsers -->
<script language="javascript" type="text/javascript">
document.write("Nazanin Studio")
//end hiding script from old browsers -->
</script>
</h1>
</body>
</html>