Hi,
i have taken code from the college friend where i see that on his computer this code was working perfect but for the execution of this code on my computer it gives an error at this point so i just posted only this much error here,please have a look at it and suggest some solution on it.
Code:
theMenuSection.innerHTML='<ul>';
alert(theMenuSection.innerHTML);
I understand some details about the project and in that project we were creating an list of child inside it and is constructed as the page is loading. Is there any way to prevent JavaScript from closing off the <ul> tag?
theMenuSection is a div tag (also tried span).
Thanks in Advance....
Bookmarks