Legacy Documentation: Version 4.6(go to latest)
Language: English
  • C#
  • JS
  • Boo

Script language

Select your preferred scripting language. All code snippets will be displayed in this language.

Application.ExternalEval

public static function ExternalEval(script: string): void;

Description

Evaluates script snippet in the containing web page (Web Player only).

This will execute JavaScript snippet script in the web page that contains the web player.

	// Navigates to the previous page
	Application.ExternalEval ("history.back()");