-
JavaScript Return to Menu
From
Chad Adams@VERT/CYBERNET to
All on Tue Nov 3 09:09:57 2015
Does anyone know the JS command to return to a menu (not just display it)?ããOn my logout screen which is JS, I want a Return To BBS listing where a userãcan return back to the Main Menu.ããThanks in advance!ããSincerely,ãChad Adamsãã-=- CyberNet BBS : Home of Cyber-Net Message Network : Join Now! -=-ãã---ã þ Synchronet þ -=-CyberNet BBS - Home of Cyber-Net cybernet.synchro.net -=-ã
-
From
Nightfox@VERT/DIGDIST to
Chad Adams on Tue Nov 3 08:03:32 2015
Re: JavaScript Return to Menuã By: Chad Adams to All on Tue Nov 03 2015 09:09:57ãã CA> Does anyone know the JS command to return to a menu (not just display it)?ãã CA> On my logout screen which is JS, I want a Return To BBS listing where aã CA> user can return back to the Main Menu.ããThat really depends on how your JavaScript command shell is implemented, andãwithout seeing yours, it will be really hard to give you an answer.. Also, I'mãnot quite sure what you mean by "Return To BBS listing"?ããIn general, you would need to add some code to your JS to prompt the user toãconfirm whether they really want to log off, and if not, then go back to yourãmain menu somehow (again, without seeing your JS command shell, we can't tellãyou specifically how to do what you want).ããNightfoxãã---ã þ Synchronet þ Digital Distortion: digitaldistortionbbs.comã
-
From
Chad Adams@VERT/CYBERNET to
Nightfox on Tue Nov 3 19:17:10 2015
Re: JavaScript Return to Menuã By: Nightfox to Chad Adams on Tue Nov 03 2015 08:03 amããOk, Ill try to grab a snippet of code. I am looking for a function that loadsãthe BBS main menu.ããSincerely,ãChad Adamsãã-=- CyberNet BBS : Home of Cyber-Net Message Network : Join Now! -=-ãã---ã þ Synchronet þ -=-CyberNet BBS - Home of Cyber-Net cybernet.synchro.net -=-ã
-
From
Nightfox@VERT/DIGDIST to
Chad Adams on Tue Nov 3 20:14:29 2015
Re: JavaScript Return to Menuã By: Chad Adams to Nightfox on Tue Nov 03 2015 19:17:10ãã CA> Ok, Ill try to grab a snippet of code. I am looking for a function thatã CA> loads the BBS main menu.ããSynchronet doesn't have a built-in function to go to a particularl menu,ãbecause such functionality is highly dependent on the command shell you'reãusing, and each command shell can be implemented completely different from eachãother. Synchronet does have some JavaScript functions to display an ANSI/ASCãrepresenting your menu, but based on your previous message, it sounds likeãthat's not what you want. You're going to have to examine the code of yourãcommand shell and change some of its implemented logic to do what you want.ããAlso, it's helpful to quote the message you're replying to so that peopleã(including the person you're replying to) can follow the conversation moreãeasily.ããNightfoxãã---ã þ Synchronet þ Digital Distortion: digitaldistortionbbs.comã