Description The program shows how events derived from the HTML control are caught by the ABAP program. In addition to these events, data from the HTML control can also be transferred to the ABAP program. Clicking on 'Click on me to send an event!' or by choosing 'Press on me to send an event' triggers an event that results in the corresponding output in the fields on the screen. By choosing 'Press on me to see a frameset' an event is triggered that tells the ABAP program to display an HTML page with frames. By choosing 'Submit input using GET/POST method' an event is triggered causing the data in the corresponding input fields to be sent to the ABAP program. |