The topic you requested is included in another documentation set. For convenience, it's displayed below. Choose Switch to see the topic in its original location.
WebBrowser.InvokeScript Method (String)
May 02, 2013
Executes a scripting function defined in the currently loaded document.
Assembly: Microsoft.Phone (in Microsoft.Phone.dll)
Parameters
- scriptName
- Type: System.String
The scripting function to execute.
Script is turned off in the WebBrowser control by default. Set the IsScriptEnabled property to true if you want to enable scripting in your control.