• ECWebv4 Drop Down Menu Link

    From DesotoFireflite@VERT/VALHALLA to All on Wed Apr 26 10:59:44 2017
    Is there a way to put a clickable link on the drob down "More" menu without it going to a page first. I realize I have to make a html page with the link on it, so it will show up on the drop down menu, but I want it to go to the link when you click on the option without going to the link page you created first.

    Whew, hope that made sense :)

    SysOp: C.G. Learn, AKA: DesotoFireflite
    Valhalla Home Services! - (Synchronet) - bbs.valhallabbs.com
    Valhalla II! - (GAP) - bbs.valhallabbs.com:24
    A Gamers Paradise - Over 150 Registered Online Game Doors!

    Featuring Legion, A New RPG, Available On Both Systems!

    --- CAT (n.), Furry keyboard cover.
    þ Synchronet þ Valhalla Home Services þ USA þ http://valhalla.synchro.net
  • From echicken@VERT/ECBBS to DesotoFireflite on Wed Apr 26 13:24:17 2017
    Re: ECWebv4 Drop Down Menu Link
    By: DesotoFireflite to All on Wed Apr 26 2017 10:59:44

    Is there a way to put a clickable link on the drob down "More" menu without it going to a page first. I realize I have to make a html page with the link on it, so it will show up on the drop down menu, but I want

    The navbar menu/submenu system is based entirely on the existence of files and directories under your web/root/pages/ directory. There is no easy way to add a link to a resource outside of that directory structure at the moment.

    You could add a file to the web/root/pages/More/ directory with a .html extension, containing something like this:

    <script type="text/javascript">
    window.location.href = "http://some-other-place/";
    </script>

    Not ideal, but it would get the job done for now.

    ---
    echicken
    electronic chicken bbs - bbs.electronicchicken.com - 416-273-7230
    þ Synchronet þ electronic chicken bbs - bbs.electronicchicken.com
  • From DesotoFireflite@VERT/VALHALLA to echicken on Wed Apr 26 15:53:51 2017
    You could add a file to the web/root/pages/More/ directory with a .html extension, containing something like this:

    <script type="text/javascript">
    window.location.href = "http://some-other-place/";
    </script>

    Not ideal, but it would get the job done for now.

    Worked like a dream, It's not perfect, but it will suit my needs for now, Thank you so much. .

    SysOp: C.G. Learn, AKA: DesotoFireflite
    Valhalla Home Services! - (Synchronet) - bbs.valhallabbs.com
    Valhalla II! - (GAP) - bbs.valhallabbs.com:24
    A Gamers Paradise - Over 150 Registered Online Game Doors!

    Featuring Legion, A New RPG, Available On Both Systems!

    ---
    þ Synchronet þ Valhalla Home Services þ USA þ http://valhalla.synchro.net