Hi!<br><br>You could do this with basic html!<br><br>html anchor name: &#39;section1&#39;.&nbsp;&nbsp; .... Name of anchor<br><br>html anchor url: &#39;#section1&#39;; with: &#39;Section 1&#39;&nbsp; ... Link to anchor<br><br>br<br>Gerhard<br>
<br><div class="gmail_quote">On Tue, Oct 28, 2008 at 7:47 PM, <a href="mailto:hhs@lexdb.net">hhs@lexdb.net</a> <span dir="ltr">&lt;<a href="mailto:hhs@lexdb.net">hhs@lexdb.net</a>&gt;</span> wrote:<br><blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">



  
    
    
  

  <div>
    Hello<br>
    <br>
    The following is probably a beginner&#39;s question but I did not
    find an answer on pages like<br>
    <a href="http://www.seaside.st/documentation/generating-html" target="_blank">http://www.seaside.st/documentation/generating-html</a><br>
    or<br>
    <a href="http://onsmalltalk.com/programming/smalltalk/terse-guide-to-seaside/" target="_blank">http://onsmalltalk.com/programming/smalltalk/terse-guide-to-seaside/</a><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>
    &nbsp;&nbsp;&nbsp; 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></span>
  </div>

<br>_______________________________________________<br>
seaside mailing list<br>
<a href="mailto:seaside@lists.squeakfoundation.org">seaside@lists.squeakfoundation.org</a><br>
<a href="http://lists.squeakfoundation.org/cgi-bin/mailman/listinfo/seaside" target="_blank">http://lists.squeakfoundation.org/cgi-bin/mailman/listinfo/seaside</a><br>
<br></blockquote></div><br>