NetTalk Central

Author Topic: Automatically bring up first menu item  (Read 2899 times)

Skip Williams

  • Jr. Member
  • **
  • Posts: 53
    • View Profile
    • Email
Automatically bring up first menu item
« on: February 04, 2008, 07:15:35 AM »
Working on a web server program...

After the login page, the frame page is displayed with several menu items in the frame.  Is there a way to automatically put up an initial page as if the user punched the first menu item?

Been searching for it but havent found it yet<g>...

thanks

Skip

Bruce

  • Global Moderator
  • Hero Member
  • *****
  • Posts: 11204
    • View Profile
Re: Automatically bring up first menu item
« Reply #1 on: February 04, 2008, 08:13:52 AM »
Hi Skip,

Yes, in the FrameSet procedure, as part of the setting for each "Frame", there is an option "URL". This is the default "page" that will be loaded when the frame opens.

So for example, in example number 4, the "left_fram" default URL is 'MenuOnLeft', whereas the default for the right_fram is either blank, or possibly  loc:RightURL depending on what example you look at.

Cheers
Bruce

Skip Williams

  • Jr. Member
  • **
  • Posts: 53
    • View Profile
    • Email
Re: Automatically bring up first menu item
« Reply #2 on: February 05, 2008, 04:23:11 PM »
Thanks Bruce!

I looked all over...but I didnt look there<g>

Skip