For one thing, the external script files are not on the server in the location where the page expects them to be:
Code:
<script type="text/javascript" src="jquery-1.2.2.pack.js"></script>
<script type="text/javascript" src="ddaccordion.js">
/***********************************************
* Accordion Content script- (c) Dynamic Drive DHTML code library (www.dynamicdrive.com)
* Visit http://www.dynamicDrive.com for hundreds of DHTML scripts
* This notice must stay intact for legal use
***********************************************/
</script>
which, in its current location, is looking for them here:
Code:
http://www.parent-child.org/Wordpress/wp-content/themes/cutline-3-column-split-11/jquery-1.2.2.pack.js
and here:
Code:
http://www.parent-child.org/Wordpress/wp-content/themes/cutline-3-column-split-11/ddaccordion.js
respectively. There could also be other problems.
Bookmarks