Announcement

Collapse
No announcement yet.

Norcascade redirects - bounce - link removal?

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

    Norcascade redirects - bounce - link removal?

    Hi,

    I have been designing a new site and have used norcascade for the menu system - test site here: http://www.avbits.com/testserver/acatalog/index.html

    The menu works fine although if you click before you reach the end of the cascade you end up in "no mans land" with noproducts on the page. My question is, is it possible to remove the links from norcascade in all but the final cascade? (easily would be good!) Or is it possible have a bounce page or redirect on the section pages with no products to bounce you back to the home page??

    All help greatly appreciated.

    Thanks

    Ed
    Last edited by Edd; 03-Aug-2004, 06:55 PM. Reason: spelling mistakes

    #2
    In norcascade_pop_tail.js (in your Site folder) look for the line
    Code:
          addItem(names[I].sName, thisseq, 'sm:', null, LineHeight, Spacing).onclick='window.location.href="' + link + '"';
    and replace it with
    Code:
          addItem(names[I].sName, thisseq, 'sm:', null, LineHeight, Spacing);
    This will stop intermediate links working but the pointer will still be a hand. To fix that run NorCascade and change the 3 entries in Layout for Def. Cursor to be "default" (without the quotes).

    Norman
    Norman - www.drillpine.biz
    Edinburgh, U K / Bitez, Turkey

    Comment


      #3
      Works a treat

      Thanks Norman, excellent! works a treat.

      Comment


        #4
        I've now added this as an option to NorCascade (V1.05). Details and download on www.drillpine.biz/actinicstuff/

        Norman
        Norman - www.drillpine.biz
        Edinburgh, U K / Bitez, Turkey

        Comment

        Working...
        X