4 Replies Latest reply on Jun 16, 2004 4:25 AM by sysuser1

    Problem of anchor in module

    sysuser1

      Hi !!

      I want to put anchor in my module.
      But I don't know what URL I have to put in and in .

      The URL of my module is : http://localhost:8080/nukes/index.html?module=myModule&op=main.

      There is an example of what I want to do :

      <H1>Table of Contents</H1>
      <P><A href="#section1">Introduction</A><BR>
      <A href="#section2">Some background</A><BR>
      <A href="#section2.1">On a more personal note</A><BR>
      ...the rest of the table of contents...
      ...the document body...
      <H2><A name="section1">Introduction</A></H2>
      ...section 1...
      <H2><A name="section2">Some background</A></H2>
      ...section 2...
      <H3><A name="section2.1">On a more personal note</A></H3>
      ...section 2.1...
      


      Thanks a lot for your help !!