Forum Moderators: open

Message Too Old, No Replies

JavaScript: HTML include for eBay listings

Trying to create one page made up of five different HTML sections

         

iflooring

12:38 am on Apr 1, 2006 (gmt 0)

10+ Year Member



Hi,

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 can get it to work using an external JavaScript to call the pages that is put in the body tag . . .
The kicker is I have no access to the body tag of this parent document (beacuse this is an eBay listing). How do I call the five documents upon loading without using the body tag?

I have tried using window.onload= and document.onload=, but neither have worked for me yet. Thank you.

Sean

DrDoc

5:58 pm on Apr 1, 2006 (gmt 0)

WebmasterWorld Senior Member 10+ Year Member



Can you use iframes instead? :)

iflooring

5:09 pm on Apr 3, 2006 (gmt 0)

10+ Year Member



Well that would require me to reference documents not on the eBay server--which rules out iframes, correct?