Executes the specified script in the layer's scripting space.
object.Execute ( Script ) |
- Script
- Required. A String that contains the script to execute.
Use the Execute method when you need to call a script in the layer's scripting space from a different scripting space (for example, a particular applet's scripting space).