Falconix
04-28-2003, 08:59 PM
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
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