Class
SapHTMLViewer class
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.
|