General > Developers Corner

motdmenu.lua "back" button

<< < (3/3)

krooks:
aaah ok, so thats how the link is set, thanks for pointing me in the right direction!

krooks:
edk141 I was still having issues with the code,  but thanks to you it gave me a starting point for my google searches.
I ended up using this code:

--- Code: ---<input type='button' value='< BACK' onclick='Frame_Name.history.back()'>
<input type='button' value='FORWARD >' onclick='Frame_Name.history.forward()'>
--- End code ---
and just gave the iframe a name (Frame_Name) and id that were the same.

So theres how ya do it folks! (for future reference)

Navigation

[0] Message Index

[*] Previous page

Go to full version