Hi,
I am using the original download of milonic:
Version 5.732
with number unlicensed / 1000.
Im am testing under apache on http://localhost with IE 6.0. I have php 4 running.
The unzipped data of menu_sample1_ver5_732.zip is located under http://localhost/milonic_5.732/
Now the Poblem:
I tried out the tablebasedphpmenu.php and it works fine. When adding a new submenuentry at line 42 and typing the url: http://localhost/milonic_5.732/extras/p ... hpmenu.php
I get an error in IE. The code I have added is:
$mmMenu->addItemFromText("text=test;url=http://localhost/milonic_5.732/extras/p ... hpmenu.php;");
IE detects an error at line 17 and character 6342. The item "test" is highlighted an the item "Menu Samples" too.
I think there is an bug in the code, perhaps at function $q that checks the href to the active url and sets a flag _This1 to "1" or "0". When it is set to "1" the code "_cip[_cip.length]=_el" is executed. I have tried to comment out the code "_cip[_cip.length]=_el" and no error occurs.
The problem always happens if using a static url like url=http://domain/anypath; or something like url=anypath and you visit the url http://domain/anypath. When using a ralative url like ../anypath or ./anypath no error occurs, but highlighting is off too.
I am working on a local machine that is not visible outside the web, so ist is not possible to connect to me. But you can figure it out by the simple example above.
Thanks for the support
Didi