SAP Program CNHTTST2 - Demo for HTML Control: Processing Control Events in ABAP

Description
This program demonstrates how events from the HTML control are handledin the ABAP program.
As well as the events, data can be transferred from the HTML control tothe program.
If you click the link 'Click on me to send an event!' or the pushbutton'Press on me to send an event', an event is triggered, which isdisplayed on the screen.
If you click the pushbutton 'Press on me to see a frameset' an event istriggered that makes the ABAP program display an HTML page with frames.
If you click the pushbutton 'Submit input using GET/POST method' anevent is triggered, and the data in the input fields are submitted tothe ABAP program.