I am using notepad++ and when i run the file it simply pastes the file in the browser how can i get it to actually run the script?
Code:
<html>
<head>
<title>MyScript</title>
<Script Type="text/javascript">
alert("hello world");
// string: "hello world"
</script>
</head>
<body>
</Body
</html>
Comment