Announcement

Collapse
No announcement yet.

section description + sub section list of links + standard section list

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

    #16
    The customvars for sectionname and subsectionname are not needed to get this working.

    All you should need is the code from post #12.

    In each section, you need to change the value of var i = in this bit of code
    Code:
    function SubSectionList(ar)
    {
    var col = 1;
    var i = 1; <----this will change to 2; 3; etc
    A real Javascript writer can probably work this code so that it picks up the correct section number instead of having to be manually entered, but I wanted to give you something thjat worked before your deadline. Hope that Norman or gbradley stop by and show us both how easy it really is when you know how to Javascript properly
    Bill
    www.egyptianwonders.co.uk
    Text directoryWorldwide Actinic(TM) shops
    BC Ness Solutions Support services, custom software
    Registered Microsoft™ Partner (ISV)
    VoIP UK: 0131 208 0605
    Located: Alexandria, EGYPT

    Comment


      #17
      Thanks wjcampbe,
      You've been a great help. All seems clear now, sorry for being so akward.
      reagrds
      Bangers
      Boxhedge New Media Design
      Design and development solutions for SME's.
      Tel: 0118 966 2786
      Examples of work can be found at http://www.boxhedge.com

      Comment

      Working...
      X