Results 1 to 3 of 3

Thread: Glossy Accordion Menu not working

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

    Default Glossy Accordion Menu not working

    1) Script Title: Glossy Accordion Menu

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

    3) Describe problem: Hi, iīm an absolute java beginner and I have a problem to run this glossy accordion menu at xxx (only this menu point to test it)
    It seems that the navigation donīt act with the java code? And there are no statusicons.
    Did i forget anything to install?
    I uploaded the ddaccordion.js to the folder with the main.jsp and css data files. The 4 pictures are at images folder and i changes the url src to "images/minus.gif" and the other 3 at the java code.
    I copied the source code to the main.jsp header, the Css code to the style.css file and the html code directly to the articles.
    Do I have to setup anything?

    Iīm so sorry to ask this beginner questions but i tried everything to setup the java and html files, but now i donīt know what Iīve maybe forgotten.

    Can anyone help me with this issue?

    Kind Regards
    Last edited by javaNewbie; 01-20-2012 at 07:17 PM.

  2. #2
    Join Date
    Dec 2008
    Location
    Portsmouth, UK
    Posts
    1,891
    Thanks
    2
    Thanked 441 Times in 435 Posts

    Default

    your link to ddaccordian.js is

    Code:
    <!doctype html public "-//W3C//DTD HTML 4.01 Transitional//EN">
    <html>
    <head>
    <title></title>
    
    <meta HTTP-EQUIV="CONTENT-TYPE" CONTENT="text/html; CHARSET=ISO-8859-1">
    <meta name="author" content="Alkacon Software GmbH">
    <meta name="description" content="OpenCms error page">
    <meta name="keywords" content="OpenCms, Application, Content Management, Open Source">
    
    <link href="/export/system/handler/template/style.css" rel="stylesheet" type="text/css">
    </head>
    <body>
    <div class="wrapper">
    <div class="contentwrapper">
    <div class="content">
    
    <!-- Main page body starts here -->
    
    <H3>A system error reading a resource&nbsp;occurred!</H3>
    
    <!-- Status error messages start -->
    <h4>Server error 404</h4>
    <h3>Not Found</h3>
    
    <p>The requested resource &quot;/opencms/ddaccordion.js&quot; was not found on the server.</p>
    
    
    <!-- Status error messages end -->
    
    <P>Probably you used an outdated link or an old bookmark.</P>
    <p>
    If you followed a link on our site, please try it again in a few minutes.
    </p>
    <!-- Main page body ends here -->
    </div></div>
    <div class="ocmslink">
    <a href="http://www.opencms.org" target="_blank">Powered by OpenCms - the open source content management system</a>
    </div>
    </div>
    </body>
    
    </html>
    view the page source code and click the link
    Vic
    God Loves You and will never love you less.
    http://www.vicsjavascripts.org/Home.htm
    If my post has been useful please donate to http://www.operationsmile.org.uk/

  3. The Following User Says Thank You to vwphillips For This Useful Post:

    javaNewbie (01-20-2012)

  4. #3
    Join Date
    Jan 2012
    Posts
    4
    Thanks
    1
    Thanked 0 Times in 0 Posts

    Thumbs up resolved

    Hi vwphillips,

    thank you for your reply!

    I corrected it, now it works

    Thank you very much

    Kind Regards

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
  •