Does anyone know if there's a way to jump to an anchor tag in the current page using javascript?
I have a page with the anchor:
<A NAME=DETAILS>Details here</A>)
The page is built using php, and at the bottom of the page, based on some conditions, I want to jump to the anchor tag.
Thanks,
Earl