<HTML><BODY style="word-wrap: break-word; -khtml-nbsp-mode: space; -khtml-line-break: after-white-space; ">Thank you for the link Rajeev. It's interesting but it's not exactly the information what I am looking for.<DIV><BR class="khtml-block-placeholder"></DIV><DIV>Here are more details:</DIV><DIV>At the moment I have a class, I called it "RSMain", with instance variables for header, footer, leftBar and content.</DIV><DIV>In the initialize method I instantiate the components</DIV><DIV>RSMain&gt;&gt;initialize</DIV><DIV><SPAN class="Apple-tab-span" style="white-space:pre">        </SPAN>header := RSHeader new</DIV><DIV><SPAN class="Apple-tab-span" style="white-space:pre">        </SPAN>footer := RSFooter new</DIV><DIV>... and so on.</DIV><DIV><BR class="khtml-block-placeholder"></DIV><DIV>In the renderContentOn method I use these components</DIV><DIV>RSMain&gt;&gt;renderContentOn: html</DIV><DIV><DIV><SPAN class="Apple-tab-span" style="white-space:pre">        </SPAN>(html div)</DIV><DIV><SPAN class="Apple-tab-span" style="white-space:pre">                </SPAN>class: 'header';</DIV><DIV><SPAN class="Apple-tab-span" style="white-space:pre">                </SPAN>with: [html render: header].</DIV><DIV>... so far so good</DIV><DIV><BR class="khtml-block-placeholder"></DIV><DIV>But how can I realize a leftbar with (dynamic) hyperlinks that load/display the corresponding component in the content control when I'm clicking on the links?</DIV><DIV>In a traditional web page I would use Frames or IFrames.</DIV><DIV>Robert</DIV><BR><DIV><DIV>Am 09.07.2007 um 20:58 schrieb Rajeev Lochan:</DIV><BR class="Apple-interchange-newline"><BLOCKQUOTE type="cite">Similar question was asked and answered.<BR><BR>Check out the following mail and follow it up<BR><BR><BR><A href="http://lists.squeakfoundation.org/pipermail/seaside/2007-June/012593.html">http://lists.squeakfoundation.org/pipermail/seaside/2007-June/012593.html </A><BR><BR><BR><BR><DIV><SPAN class="gmail_quote">On 7/9/07, <B class="gmail_sendername">Robert Schwarz</B> &lt;<A href="mailto:r.schwarz@blackstream.at">r.schwarz@blackstream.at</A>&gt; wrote:</SPAN><BLOCKQUOTE class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;"> Hello,<BR>first of all let me say I'm a newbie in Smalltalk/Seaside. So sorry<BR>if someone has ask a similar question in the past.<BR><BR>I would like to have a simple web page with header, footer, left bar<BR>and a content control in the middle. What is the best way to realize <BR>that?<BR>For me it's unclear how is collaboration the left bar with the<BR>content control.<BR>Thanks,<BR>Robert<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">http://lists.squeakfoundation.org/cgi-bin/mailman/listinfo/seaside</A><BR></BLOCKQUOTE></DIV><BR><BR clear="all"> <BR>-- <BR>Rajeev Lochan<BR><BR>Co-founder, AR-CAD.com<BR><BR><A href="http://www.ar-cad.com">http://www.ar-cad.com</A><BR>+91 9243468076 (Bangalore)<BR>080 65355873<DIV style="margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; ">_______________________________________________</DIV><DIV style="margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; ">Seaside mailing list</DIV><DIV style="margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; "><A href="mailto:Seaside@lists.squeakfoundation.org">Seaside@lists.squeakfoundation.org</A></DIV><DIV style="margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; "><A href="http://lists.squeakfoundation.org/cgi-bin/mailman/listinfo/seaside">http://lists.squeakfoundation.org/cgi-bin/mailman/listinfo/seaside</A></DIV> </BLOCKQUOTE></DIV><BR></DIV></BODY></HTML>