JavaScript is not working on Internet Explorer 7. I typed a simple html program but the JavaScript is not running. Here is a simple program
<html>
<head>
<script>
function hello()
{
alert("Hello");
}
</script>
</head>
<body onload="hello()">
</body>
</html>
If you have a solution please reply
manvendra 0 Newbie Poster
nav33n 472 Purple hazed! Team Colleague Featured Poster
~s.o.s~ 2,560 Failure as a human Team Colleague Featured Poster
Be a part of the DaniWeb community
We're a friendly, industry-focused community of developers, IT pros, digital marketers, and technology enthusiasts meeting, networking, learning, and sharing knowledge.