1 How do I setup a frameset without opening an initial frame?
You have a number of options:
1 Create a frameset with no frames and add the startup parameters (startup.properties)
StartClass=NONE
DefaultTarget=NONE
2 Create a frameset and add the startup parameter with no frames
DefaultTarget=NONE
If a start class is specified the page specified will be loaded but it won't be displayed, and this means that its content will be processed. The initial processing opportunity means that you can do some extra configuration or include say a menu specification in the start page.
There are no comments on this page. [Add comment]