Method Html3():message() Professional
Create a HTML page with a notification.
:message( <cTitle>, <cMessage> ) --> NIL
The return value of the method :message() is always NIL.
This method is used to send an notification to the Web browser. The function calling the method must then return .T. (true) without calling any other methods of the HTML3 object. The HTML output of all previously called methods is discarded and only one complete HTML page displaying the message is sent to the Web browser.
HTML output:
If you see anything in the documentation that is not correct, does not match your experience with the particular feature or requires further clarification, please use this form to report a documentation issue.