Warning: Please include a link to the DD script in question in your post, in this case, Accordion Content script. See this thread for the proper posting format when asking a question.
To answer your question, the section "Remote links that expand select headers on the target page" shows how to have a link on another page load the target page with a certain header expanded. To get the browser to actually jump to that header on the target page, you can try using a HTML anchor at the same time, so instead of just:
Code:
<a href="target.htm?accordionheaderclass=2">Target Page</a>
Your link may look like:
Code:
<a href="target.htm?accordionheaderclass=2#myanchor">Target Page</a>
If you're not familiar with HTML anchors, simply do a search on Google.
Bookmarks