This is my first try at java script:
I put the following into notepad and saved as test.js:
<html>
<body>
<script type="text/javascript">
document.write("Hello World!")
</script>
</body>
</html>
When I try to open this file in my browser, I only get this code back and not "Hello World"
I put the following into notepad and saved as test.js:
<html>
<body>
<script type="text/javascript">
document.write("Hello World!")
</script>
</body>
</html>
When I try to open this file in my browser, I only get this code back and not "Hello World"