What i need to do is call an anchor on another page. When this page loads I need that anchor that I called to be fed into a javascript function that gets called onLoad. Basically All the sections are invisible until called, and I need to be able to display whichever section (called using anchors) is requested.
So my question is, how do I feed the anchor that is being passed to the page into my javascript, as a variable?