I have an ajax navigation, to go to the next page you have to do such operation
<a href="javascript:void(0)" onclick="open_url('page-1.php','my_site_content');">
How can I put it instead of a normal link in miloniuc menu?
Thanks, Yan
Ajax in the menu help.
Re: Ajax in the menu help.
Hi,
There is an ajax menu in the download in the extras folder, I believe. If that doesn't help you, please post back and I will contact Milonic. I don't know anything about ajax menus, though I know many use them. You can also try a search on the forum using ajax as the search term.
Ruth
There is an ajax menu in the download in the extras folder, I believe. If that doesn't help you, please post back and I will contact Milonic. I don't know anything about ajax menus, though I know many use them. You can also try a search on the forum using ajax as the search term.
Ruth
Re: Ajax in the menu help.
there is no such tutorial on that and that menu doesn't work so if you can then please
Re: Ajax in the menu help.
Yes, there is.WLQ wrote:there is no such tutorial on that and that menu doesn't work so if you can then please
In the download of the current version of the menu, see, as Ruth said, /extras/ajax-menus/ and/or /extras/ajax_php_mysql_based_menu/.
John
Re: Ajax in the menu help.
Yes but I don't get it how to use it. And I have my own java navigation so I just need to know how to put that function inside milonic menu.
<a href="javascript:void(0)" onclick="open_url('page-1.php','my_site_content');">
Instead of a url=
<a href="javascript:void(0)" onclick="open_url('page-1.php','my_site_content');">
Instead of a url=
Re: Ajax in the menu help.
Hi,
You can try this post and see if that helps. The person needed to use a js function in the url= parameter of the menu.
viewtopic.php?f=10&t=9385
Ruth
You can try this post and see if that helps. The person needed to use a js function in the url= parameter of the menu.
viewtopic.php?f=10&t=9385
Ruth
Re: Ajax in the menu help.
Thank you so much! With some editing it actually worked!