Originally Posted By: tfabris
It's easy enough to split up a web page into named DIV sections, but what I don't know how to do is to make them appear and disappear when I click on an A HREF.


<A HREF="#" onclick="switchTab('tab_name_goes_here')">Click me</a>

Then write some JavaScript that hides all of the divs except for the one named.
_________________________
-- roger