Creation of button next and previous ...

Having problems with DHTML Menu? There is usually somebody here who knows the answer.
Post Reply
Nico
Beginner
Beginner
Posts: 2
Joined: Mon Jan 09, 2006 11:27 am

Creation of button next and previous ...

Post by Nico »

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 ;)
Migru
Milonic Guru
Milonic Guru
Posts: 669
Joined: Tue Nov 01, 2005 8:22 pm
Location: Hamburg - Germany
Contact:

history

Post by Migru »

Hi

This may help:

Code: Select all

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

http://milonic.com/menusample27.php

Download the sample there.
(Context Right Click Menu )
Michael
Nico
Beginner
Beginner
Posts: 2
Joined: Mon Jan 09, 2006 11:27 am

Post by Nico »

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 ...
Post Reply