View Single Post
  #1 (permalink)  
Old 01-14-04, 11:04 AM
workaholic workaholic is offline
New Member
 
Join Date: Jan 2004
Posts: 2
Thanks: 0
Thanked 0 Times in 0 Posts
Question [SOLVED] using javascript to 'jump to anchor'

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
Reply With Quote