Bomberman
29 Apr 2011, 01:24 PM
For a further explanation:
I want to load a div from my #news1 div in my recentNews page onto the homepage's div #latestnews.
recentNews.html
<div id="news1">
Title
Body
ect.
</div>
This will be pulled onto:
index.html
<div id="latestNews">
script here for pulling other div.
</div>
could anyone help me out with this? I'd prefer to use javascript atm because I don't have a server to test on.
I want to load a div from my #news1 div in my recentNews page onto the homepage's div #latestnews.
recentNews.html
<div id="news1">
Title
Body
ect.
</div>
This will be pulled onto:
index.html
<div id="latestNews">
script here for pulling other div.
</div>
could anyone help me out with this? I'd prefer to use javascript atm because I don't have a server to test on.