You are using an out of date browser. It may not display this or other websites correctly.
You should upgrade or use an
alternative browser.
Here's my code:
MainSect = document.getElementById("main");
MainSect.innerHTML = makeMain();
makeMain() returns a string holding some HTML. This gives me an error though... "'MainSect' is null or not an object". Why am I getting this?