javaScript.html   [plain text]


<html>
<head><title>JavaScript</title>
<link rel="icon" sizes="48x48" href="basic.png">
<script type="text/javascript">
<!--
window.onload = function(){ window.status = "status here"; }
// -->
</script>
</head>
<body>
This is a JS test.