Back To Start Of Archive
Taken From The Forum: Help & Support for DHTML Menu Version 5+
Forum Topic: Click to view post
Last Updated: Saturday July 14 2012 - 06:07:26
php menuing, but getting a strange output...
Poster: jvaska
Dated: Sunday July 6 2003 - 15:47:18 BST
(this was actually a problem with version 3 - which i did solve...the answer is in the forum for version 3 help)
i'm not sure what the deal is, but maybe somebody might now...
i've changed the menu_array.js to a php file...i know for certain that my queries are outputting the data properly as i need (because i've tested them separately)...
BUT...when i try to output the menu_array.php file it always just stops at the same place...i'll show it here - it stops just before the <javascript tag...
Code:
//The following line is critical for menu operation, and MUST APPEAR ONLY ONCE. If you have more than one menu_array.js file rem out this line in subsequent files
menunum=0;menus=new Array();_d=document;function addmenu(){menunum++;menus[menunum]=menu;}function dumpmenus(){mt=" ((RIGHT HERE IT STOPS))
menunum=0;menus=new Array();_d=document;function addmenu(){menunum++;menus[menunum]=menu;}function dumpmenus(){mt=" ((RIGHT HERE IT STOPS))
and immediately following that is...
Code:
<script language=javascript>"...
any ideas about what i might be doing wrong or could try?
jv