Null/Not Object Error

wxdqz

New Member
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? :D
 
Back
Top