Script below is correct but explorer browser just returns it back as entered.Used

Richard

New member
notepad and html ext. what? <html>
<body>

<script type="text/javascript">

document.write('Hello World\n');

</script>

</body>
</html>
 
Back
Top