All Apycom menus and buttons support the ability to load new web pages within the same browser window, a new browser window, or a targeted frame.
Examples of using target parameter:
- {Test,test.htm,_self} - opens test.htm in a window that contains the applet
- {Test,test.htm,_blank} - opens test.htm in a new window
- {Test,test.htm,_parent} - opens test.htm in a parent window
- {Test,test.htm,_top} - opens test.htm in a top-level window
- {Test,test.htm,myframe} - opens test.htm in a frame named "myframe"
- {Test,test.htm,_} - inactive/disabled item
|
|