/    Sign up×
Community /Pin to ProfileBookmark

Implementing a cascade menu in an ajax navigation

I have downloaded two javascripts, one is AJAX Navigation whereby only one webpage is used and content are loaded into a div, the other is for creating a Cascade Menu which uses div as link buttons. I have a problem implementing both of theses scripts on html.

The code snippets for the ajax navigation:

[COLOR=Red]<a href=”javascript:void(0)” onclick=”open_url(‘page-1.html’,’designatedDIV’);”>Go to page 1</a>[/COLOR]

The html for CascadeMenu

[COLOR=Red]<div Id=”menuItem1_3″ class=”menuItem” title=”WDVL” cmd=”‘page-1.html”>WDVL</div>[/COLOR]

My questions are:

  • 1.

    What is ‘cmd’ for?

  • 2.

    On the CascadeMenu if I change the html to this:
    [COLOR=Red] <div Id=”menuItem1_3″ class=”menuItem” title=”WDVL” cmd=”‘page-1.html”>
    <a href=”javascript:void(0)” onclick=”open_url(‘page-1.html’,’designatedDIV’);”>Go to page 1</a>
    </div> [/COLOR]

    will it work? or do i need to make other changes?

  • 3.

    [COLOR=Red]<div Id=”menuItem1_3″ class=”menuItem” title=”WDVL” onclick=”open_url(‘page-1.html’,’designatedDIV’);”> [/COLOR]
    Is this code ok? It is without the javascript:void(0)

  • I’m barely grasping these codes , please help
    Thank you

    to post a comment
    JavaScript

    0Be the first to comment 😎

    ×

    Success!

    Help @DylanHKY spread the word by sharing this article on Twitter...

    Tweet This
    Sign in
    Forgot password?
    Sign in with TwitchSign in with GithubCreate Account
    about: ({
    version: 0.1.9 BETA 5.18,
    whats_new: community page,
    up_next: more Davinci•003 tasks,
    coming_soon: events calendar,
    social: @webDeveloperHQ
    });

    legal: ({
    terms: of use,
    privacy: policy
    });
    changelog: (
    version: 0.1.9,
    notes: added community page

    version: 0.1.8,
    notes: added Davinci•003

    version: 0.1.7,
    notes: upvote answers to bounties

    version: 0.1.6,
    notes: article editor refresh
    )...
    recent_tips: (
    tipper: @AriseFacilitySolutions09,
    tipped: article
    amount: 1000 SATS,

    tipper: @Yussuf4331,
    tipped: article
    amount: 1000 SATS,

    tipper: @darkwebsites540,
    tipped: article
    amount: 10 SATS,
    )...