IEGoBack
IEGoBack>IE_Reference,Result
Navigates the given IE web browser instance back one page. Same as clicking the back button. Returns zero if successful, one if an error occurs.
IE_Reference must be an identifier value returned by IECreate, IEGetFromURL or IEWaitNew.
See also: IE Functions
Example
//Go back one page in IE[0] instance
IEGoBack>IE[0],result