<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
"http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">

<html xmlns="http://www.w3.org/1999/xhtml">
  <head>
    <meta content="text/html; charset=UTF-8" http-equiv="Content-Type" />
    <title></title>
  </head>

  <body>
    Hello<br />
    <br />
    The following is probably a beginner&#39;s question but I did not
    find an answer on pages like<br />
    http://www.seaside.st/documentation/generating-html<br />
    or<br />
    http://onsmalltalk.com/programming/smalltalk/terse-guide-to-seaside/<br />
    <br />
    I have a report which is many pages long headings (h2). I would
    like to have a table of contents (toc) at the beginning with links
    to the respective headings. And a backlink of every heading to the
    top again. The user should be able to navigate within the page
    generated by Seaside without prompting Seaside to generate a new
    page.<br />
    <br />
    I am aware how to construct links to other components <br />
    &#160;&#160;&#160; self call: (WAComponentSubclass new)<br />
    but not how to do &quot;regular&quot; internal links in a web
    page.<br />
    <br />
    Thank you for code samples in advance<br />
    <br />
    Hannes Hirzel<br />
    <br />
    <span class="linkInView"></span>
  </body>
</html>