Rebol Programming/do-browser
Appearance
USAGE:
[edit | edit source]DO-BROWSER code
DESCRIPTION:
[edit | edit source]Evaluate browser script.
DO-BROWSER is a native value.
ARGUMENTS
[edit | edit source]- code -- (Type: string)
SOURCE CODE
[edit | edit source]do-browser: native[ "Evaluate browser script." code [string!] ]