Retrieves the client side onload script return value.
[C#] virtual string GetScriptReturn(int id) [Visual Basic] Sub GetScriptReturn(ByVal id As Integer) As String
virtual string GetScriptReturn(int id)
Sub GetScriptReturn(ByVal id As Integer) As String
Use this method to retrieve the client side onload script return value.
The ID should be obtained from a call to Doc.AddImageUrl or Doc.AddImageHtml.
See the OnLoadScript property for further details.
See the UseScript property.