NetTalk Central
NetTalk Web Server => Web Server - Ask For Help => Topic started by: Skip Williams 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
-
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
-
Thanks Bruce!
I looked all over...but I didnt look there<g>
Skip