What would be the best way to achieve this....
I have a list of links in an unordered list, and an empty box about 50% of the page size, and i want the content in the box to change depending on what link is clicked.
I dont want to change the page,(ie, create new html file and only change content of that <div> and link to that) just what appears in that box.
Would this be best done with a javascript onclick function?.
Thanks.