Retrieves the client side onload script return value.
[C#] virtual string GetScriptReturn(int id) [Visual Basic] Overridable Function GetScriptReturn(id As Integer) As String
virtual string GetScriptReturn(int id)
Overridable Function GetScriptReturn(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.