SapEvent Method (SapHTMLViewer)

Action

This function submits an HTML form to the backend.

Syntax

hTMLViewer.SapEvent(frameName, postData, url)
Variable Description
frameName This is the name of the frame in which the HTML form that has been submitted lives. String.
postData Contains the form data when a submit is made using the POST method. String.
url This is the URL which is submitted to the backend. The protocol name for the URL string is "sapevent:". This is followed by the name of the event as defined in the Action Property of the HTML form which is called. String.