Tried using the converter and kept getting an error relating to "mm_style", so I decided to just go back and do it from scratch.
As I'd rather not go through and rename the file on every page of my site, I changed the name of "milonic_src.js" to "mmenu.js" and "menu_data.js" to "we_array.js".
Now my existing text called up the script as:
Code: Select all
<script language=JavaScript src="menu/we_array.js" type=text/javascript></script>
<script language=JavaScript src="menu/mmenu.js" type=text/javascript></script>
Code: Select all
<script language=JavaScript src="menu/mmenu.js" type=text/javascript></script>
<script language=JavaScript src="menu/we_array.js" type=text/javascript></script>

But anyway, I tried that and it didn't work (and now half the text on the page disappeared too). So can someone take a look at this page and see if you can spot the error? -> http://www.wickedelf.com
here's an example where at least the text didn't disappear -> http://www.wickedelf.com/movies.shtml
The browser error says "Unterminated string constant"??
Appreciate any help!?