URL
Top  Previous  Next


Navigates to a URL in the currently active tab.

Syntax

URL GOTO=some_URL


Parameters

GOTO
Specifies the URL to go to.


Examples

If you want to open a second website, use the following code:

' open a webpage in the first tab
URL GOTO=http://www.iopus.com
' open a new tab
TAB OPEN
' get new tab to foreground
TAB T=2
' load another page
URL GOTO=http://www.google.com


See Also

TAB, TAG, BACK



Page URL http://www.iopus.com/imacros/help/cmd_url.htm