IEGoForward


 

IEGoForward>IE_Reference,Result

 

Navigates the given IE web browser instance forward one page. Same as clicking the forward 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 forward one page in IE[0] instance

IEGoForward>IE[0],result