Results 1 to 2 of 2

Thread: Problem implementing "hiddenajaxlink" in accordian

  1. #1
    Join Date
    Dec 2010
    Location
    OH, USA
    Posts
    1
    Thanks
    0
    Thanked 0 Times in 0 Posts

    Default Problem implementing "hiddenajaxlink" in accordian

    1) Script Title: Accordion Content script (v1.9)

    2) Script URL (on DD): http://www.dynamicdrive.com/dynamici...daccordion.htm

    3) Describe problem: When I include this link in my code, the program goes off to never-never land, displays nothing and never comes back. It doesn't matter if there is actually a valid link or not - it just goes away. I don't know what to do/where to look to find the solution.

    An example from my site is :
    [CODE]
    <h4 class="shoppingsection" style="height:20px;width:100%;background-color:<%=PC1%>;color:white;"><center>Weekly Menu Plan</center></h4>
    <div class="thesections">
    <a class="hiddenajaxlink" src="showcategories.asp?type=WMP">Weekly Menu Plan Items</a>
    </div>
    [CODE]

    and here is the code from the actual sample page on dd:
    (show categoryx.asp is a simple html line that says:

    <img src="images/workingBar.gif" style="float:left;margin:0 10px 10px 0;width:200px;height:148px" />Langkawi is an archipelago of 99 islands in the Andaman Sea, some 30 km off the mainland coast of northwestern Malaysia. <br style="clear:left" />

    )
    [CODE]
    <h3 class="mypets">Rabbits</h3>
    <div class="thepet">

    <a class="hiddenajaxlink" src="showcategoryx.asp">LangKawi</a>

    Rabbits are small mammals in the family Leporidae of the order Lagomorpha, found in several parts of the world. There are seven different genera in the family classified as rabbits, including the European rabbit (Oryctolagus cuniculus), cottontail rabbit (genus Sylvilagus; 13 species), and the Amami rabbit (Pentalagus furnessi, endangered species on Amami O-shima, Japan). There are many other species of rabbit, and these, along with cottontails, pikas, and hares, make up the order Lagomorpha. Rabbits generally live between four and twenty years.
    </div>
    [CODE]

    Here's a link to the actual page that's not working...

    http://dev1.mart-menu.com/app/ddaccordianx.asp <--- there is NO asp code, just html

    Thank You in advance for help with this...

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

    Default

    The link http://dev1.mart-menu.com/app/ddaccordianx.asp doesn't work for me...
    DD Admin

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
  •