Example: Target Location is the Content FrameThis example shows how to configure a textbox input control that takes the user entry and opens a JSP in the content frame.
See Parameters for Toolbar Link Command Objects and Settings for Toolbar Link Command Objects for details. When a user enters text in the box and clicks the Find button, the content frame loads the page emxSampleTitleSearch.jsp to show the results of whatever processing is included in the JSP. Example: Target Location is a Popup WindowThis example shows how to configure a textbox input control that takes the user entry and opens a JSP in a popup window.
This example includes a Label, "QuickSearch for", that displays to the left of the text box to give the user a better idea of the function of the textbox. When the user enters text in the box and clicks Find, the JSP opens a new window and loads the results of the processing. |