After login, the page is redirected to menu page.
Normally in PHP, we can use include function to visible both menu and menu1 pages in a page.
include(‘menu.php’); // for menu bar
include(‘menu1_page.php’);
Example:
Is there anyway we can do in Scriptcase?
Thanks in advance.