Hello all
Can anyone tell me how to pass parameters from an ABAP to a simple HTML page?
Here is the scenario. I am using the class cl_gui_html_viewer to display a web page. The web page is going to have a simple text-inputfield in which i have to pass a value from my ABAP program. I am appending the query value to the url of the html page(stored locally).
Can anybody help me with the coding required in the target HTML page to understand the parameter?