Announcement

Collapse
No announcement yet.

Error in V7 AUG

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

    Error in V7 AUG

    Whilst working with some of the scripts provided in the AUG, I've found a couple of syntax errors

    Page 36
    Creating a List of Hyperlinks with Sections and Two Levels of Sub-sections

    in line
    Code:
    class="actxxsmall">' + ar[i].sName + </span></a></td></tr></table>';
    there's a missing '

    it should read
    Code:
    class="actxxsmall">' + ar[i].sName + '</span></a></td></tr></table>';
    Other error is in line
    Code:
    strIDs += '</table>'
    there's an extra =

    it should read
    Code:
    strIDs + '</table>'
    Hope this helps other poor souls trying to integrate it!

    Cheers

    Jos
    Thanks

    Jos Medinger

    Tel : 01978 843 962
    www.internetology.co.uk
    Actinic / E-Commerce Hosting, Design & SEO
    ______________________________________

    #2
    Many thanks - I'll get the guide upgraded.

    Comment

    Working...
    X