Forum Moderators: open
I'm trying to create one page made up of five different HTML sections. I have created 5 html documents that consist of a table with data in each. I then call all five documents in the body section:
<span id="header"></span>
<span id="title"></span>
<span id="description"></span>
<span id="footer"></span>
<span id="sellathon"></span>
I have tried using window.onload= and document.onload=, but neither have worked for me yet. Thank you.
Sean