Results 1 to 2 of 2

Thread: Script Error --Code needs correcting Dynamic-FX Slide-In Menu (v 6.5)

  1. #1
    Join Date
    Jan 2006
    Posts
    1
    Thanks
    0
    Thanked 0 Times in 0 Posts

    Default Script Error --Code needs correcting Dynamic-FX Slide-In Menu (v 6.5)

    I corrected the code to allow the image to display in the side bar slide menu. In file ssm.js



    Line 49 reads if(barText.indexOf('<IMG') >-1) {tempBar=barText}

    Line 49 should read if(barText.indexOf('<IMG>')-1) {tempBar=barText}



    Check out my results on www.popspictures.com and www.jennyclarkbrack.com

  2. #2
    Join Date
    Jun 2005
    Location
    英国
    Posts
    11,876
    Thanks
    1
    Thanked 180 Times in 172 Posts
    Blog Entries
    2

    Default

    Without even looking at the full code, I'm sure it shouldn't: the chance of a blank <img> tag ever occurring is next to nil; you may as well just remove the line altogether.
    Twey | I understand English | 日本語が分かります | mi jimpe fi le jbobau | mi esperanton komprenas | je comprends français | entiendo español | tôi ít hiểu tiếng Việt | ich verstehe ein bisschen Deutsch | beware XHTML | common coding mistakes | tutorials | various stuff | argh PHP!

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •