Open

From STIQ

Revision as of 15:53, 28 November 2007 by Tljones (Talk | contribs)
(diff) ←Older revision | Current revision (diff) | Newer revision→ (diff)
Jump to: navigation, search

open ( url )


Arguments:

  • url - the URL to open; may be relative or absolute
This accepts both relative and absolute URLs. The "open" command waits for the page to load before proceeding (i.e. the "AndWait" suffix is implicit.)


Note:

The URL must be on the same site as STIQ due to security restrictions in the browser (Cross Site Scripting).


Example:

Entered in the Test pane as:
| open | http://www.google.com | |


Rendered in the Test pane as:
open http://www.google.com 1
Personal tools
Noteworthy