The simplest solution is to make your scripts external. Save the JavaScript code into a JavaScript file (filename.js) and link to it like this:
HTML Code:
<script type="text/javascript" src="filename.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>
Note that the credit notice must still be retained within the <script>
tags, in the page's visible source.
Good luck!
Bookmarks