This topic is locked

Can I DELETE THE JUMP MENU AND REPLACE IT

12/27/2006 11:46:31 PM
ASPRunnerPro General questions
S
SDDivine author

For a special application, I'm redirecting the menu to a particular page based upon a Group code that is not part of the security.
I've discovered a bug in my design, in that when somone using this group goes to an allowed table, they are then presented with the JUMP MENU that will then allow them to go anywhere by default.
Without changing my default settings, I wondering if I could replace the JUMP menu with a simple BACK TO MENU on this particular table...and if so, how would that be done?
Thanks

Steve Divine

J
Jane 12/28/2006

Steve,
sure you can delete quick jump menu and add your code in the HTML mode on the Visual Editor.

Here is a sample code:

<A href="menu.asp">Back to menu</A>

S
SDDivine author 12/28/2006

THANK YOU VERY MUCH!!!!

Steve