2.36 :reload()
Calling this method starts reloading the web page from the specified URL or HTML code, according to the values of the .url and .html attributes..
Definition
void :reload
(
)
Calling this method loads the previously visited page in the page history, if possible. This also lowers the index on the history entry in the .history_curitem attribute.
Regarding events and error feedback, the same applies as with the :load() method.
Switching back to the original page before the :backward() call is possible via a :forward() call, as long as no further link has been followed.
This method can only be called for a visible dmw_webview object; otherwise, it will generate a call error.
Return value
None.
See also
Objects with this method
Object dmw_webview