Invokes a javascript function. This function performs a javascript eval()
on the callString and returns and values from that call (if any).
Parameters- script (String)
- The call/script to invoke.
Examples
string retValue = InvokeScript("myfunctioncall(""hi"",myvar);");
Assembly: ArtOfTest.WebAii (Module: ArtOfTest.WebAii)
