SafariKeys

By deleted user Last update Jun 19, 2005 — Installed 539 times.

Archived Comments (locked)

in
Subscribe to Archived Comments 2 posts, 2 voices



Jesse Andrews Admin

The following is an archive of comments made before threaded discussions was implemented (November 16th, 2008)

 
Richard Cox User

Greate idea, fortunatelly the way of getting the next/previous sections. However this does work...

function linkByTitle(title) {
for (i=0; i<document>
if (document.links[i].title == title) {
window.location = document.links[i];
break;
}
}
}

linkByTitle("Next section");
linkByTitle("Previous section");

Cross
Presentational HTML allowed.
Use <code> for inline code and <pre> for code blocks. Use &lt; and &gt; for literal < and >.
We help break paragraphs and link your links.
or cancel