Announcement

Collapse
No announcement yet.

Auto load first sub section

Collapse
X
 
  • Filter
  • Time
  • Show
Clear All
new posts

    Auto load first sub section

    Does anybody know how to make a section link automatically enter the first sub section within that section.

    I am trying to create a multi-page section but in order to get the section links to work i need to be in the first sub section and it looks a bit untidy to have a list of sub sections that require the user to click on page 1 before they are up and ready to go.

    #2
    you could try some rather gruesome javascript.

    its not recommended for search engine reasons, but if you add this somewhere in a fragment:

    !!<
    <script language="JavaScript">
    window.location="http://www.yourdomain.com/acatalog/yournewpage.html";
    </script>
    >!!


    including the double exclamation points. it'll forward the user to the page in the location.

    again, not reccomended.

    have fun.

    Comment

    Working...
    X