Building a dynamic list, refesh not working - help please.
I am looking to learn how to add a dynamic list to my page without resorting to PHP. Currently I have a main page that links to sections in the page rather than individual pages that are loaded.
The content I want to update has the container:
<div content="dynamicList">
Themed list inserted here
</div>
I can populate the list fine already but the CSS is not applied and using the refresh() method, just goes to the first section in the page (firspage).
e.g,
<div id="firstpage">
link to second page
</div>
<div id="secondpage">
page to
contain dynamic list
</div>
Can anyone help, please?