| > I have obligate problem with javascript menu. Menu
> definition is inside JS block similar to following one
but
> urls are not parsed.
Yes, because no "complete URL" can be found ; only
substrings that could be URLs:
(..) , 'url': <http://www.site.com/10912>
this one would work:
(..), <http://www.site.com/10912>
| |