jdadwilson
07-09-2015, 01:59 AM
1) Script Title: Glossy Accordion Menu
2) Script URL (on DD): http://www.dynamicdrive.com/dynamicindex17/ddaccordionmenu-glossy.htm
3) Describe problem:
I am attempting to implement the subject menu on a customer's website. Everything seeming work fine but I have one major implementation issue.
In the example provided there is a javascript within the main html head that performs an init. I will admit that I know just enough about javascript to be dangerous. The customer's site has over 100 php scripts for various pages. I prefer not to have to include the init code in each of the head areas of all the scripts.
I have attempted to place the init code in a separate file and use an include but this does not fire the init. I tried including the init code in the ddaccordion.js file and then firing the init with an onload call in the body tag... didn't work.
Any suggestion on how to solve this issue would be greatly appreciated. The customer is pleased with the single test file I developed and I would like to implement it.
You can view the site index using the menu at the following link: www.txfannin.org/index-accordion.php (http://www.txfannin.org/index-accordion.php).
jdadwilson
2) Script URL (on DD): http://www.dynamicdrive.com/dynamicindex17/ddaccordionmenu-glossy.htm
3) Describe problem:
I am attempting to implement the subject menu on a customer's website. Everything seeming work fine but I have one major implementation issue.
In the example provided there is a javascript within the main html head that performs an init. I will admit that I know just enough about javascript to be dangerous. The customer's site has over 100 php scripts for various pages. I prefer not to have to include the init code in each of the head areas of all the scripts.
I have attempted to place the init code in a separate file and use an include but this does not fire the init. I tried including the init code in the ddaccordion.js file and then firing the init with an onload call in the body tag... didn't work.
Any suggestion on how to solve this issue would be greatly appreciated. The customer is pleased with the single test file I developed and I would like to implement it.
You can view the site index using the menu at the following link: www.txfannin.org/index-accordion.php (http://www.txfannin.org/index-accordion.php).
jdadwilson