Can anyone explain why this isn't working:
<html>
<head></html>
<title>Test Page</title></head>
<script language="javascript" type="text/javascript">
function Init()</script>
{
var foo = document.getElementById("title");}
foo.InnerText = "HELLO";
<body onload="Init();">
<h1 id="title">Title</h1></body>



Reply With Quote

Bookmarks