Milonic provide full featured pull down web menus for some of the worlds largest companies
click here to see what it can do for you

Download Milonic DHTML Menu
Buy Milonic DHTML Menu

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:18

Creation of button next and previous ...


Poster: Nico
Dated: Monday January 9 2006 - 10:31:40 GMT

Hi to all,
I want to add tow button next and previous to my milonic menu.
The pb is that i can't put direct link, i need the link change according with the page where i am. So i need dynamic link.
I would like to use xml but i don't know how i do.
Thanks for your help ;)

history


Poster: Migru
Dated: Monday January 9 2006 - 12:04:02 GMT

Hi

This may help:

Code:
aI("text=back;url=javascript:history.go(-1);");
aI("text=forward;url=javascript:history.go(1);");


See:

http://www.milonic.com/menusample27.php

Download the sample there.

Quote:
(Context Right Click Menu )


Michael


Poster: Nico
Dated: Monday January 9 2006 - 12:57:58 GMT

Thanks ;)
I already knew this code ... but the pb is that i don't want to use the history but directly the links i have ...
Perhaps with xml but i don't know how i do ...