Results 1 to 5 of 5

Thread: is it possible to merge dynamic content and menus & navigation?

  1. #1
    Join Date
    Aug 2007
    Posts
    3
    Thanks
    0
    Thanked 0 Times in 0 Posts

    Default is it possible to merge dynamic content and menus & navigation?

    is it possible to put together the Omin slide Menu-http://www.dynamicdrive.com/dynamici...lide/index.htm and Dynamic Ajax content-http://www.dynamicdrive.com/dynamici...jaxcontent.htm?? hmm i mean like when clicking or selecting the link in one of Omni slide Menus it appears inside your page on desired area, in short i want to use the Omni slide Menu-http://www.dynamicdrive.com/dynamici...lide/index.htm style for my navigation and the content style is Dynamic Ajax Content-http://www.dynamicdrive.com/dynamici...jaxcontent.htm.. if it is possilble can u post or give me the exact codes here in esiest way that easy to understand, if possible w/ demo and explnation.. , sorry coz im still new to this and new here.. hope u got my point.. tnx much..

    More power and God Bless...
    Last edited by siege; 08-27-2007 at 06:38 AM. Reason: i put some links as required.. :)

  2. #2
    Join Date
    Aug 2007
    Posts
    3
    Thanks
    0
    Thanked 0 Times in 0 Posts

    Default

    can anyone help me in my problem?? ei moderators, admins plz help me, i know u knew what my problem is.. but if dont know just tell me... plzzzz... i need it badly.. tnx n advance..

  3. #3
    Join Date
    Aug 2004
    Posts
    10,143
    Thanks
    3
    Thanked 1,008 Times in 993 Posts
    Blog Entries
    16

    Default

    Warning: Please include a link to the DD script in question in your post. See this thread for the proper posting format when asking a question.

  4. #4
    Join Date
    Aug 2007
    Posts
    3
    Thanks
    0
    Thanked 0 Times in 0 Posts

    Default

    elow admins i already put links as what uve said.. can i know if my request is possible?? plz help guyz.. tnx much..

  5. #5
    Join Date
    Aug 2004
    Posts
    10,143
    Thanks
    3
    Thanked 1,008 Times in 993 Posts
    Blog Entries
    16

    Default

    If you simply mean how to create links inside OmniSlide that load the URL in question inside a DIV on your page (per Dynamic Ajax content), inside menuItems.js, you should be able to do something like:

    Code:
    ["Dynamic Drive", "javascript:ajaxpage('test.htm', 'contentarea')", ""],
    ["What's New", "http://www.dynamicdrive.com/new.htm",""],
    All I'm doing here is moving the original URL syntax for calling a page in Dynamic Ajax Content and moving it to the script. The original syntax looks like:

    Code:
    <a href="javascript:ajaxpage('test.htm', 'contentarea');">test</a>
    where "test.htm" in the URL of the page to load on your server (offsite links won't work), and "contentarea" is the ID of the DIV to load it in.

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
  •