Version

findChild Method

Find html element which id ends-up with "id".
Syntax
ASP.NET Ajax Javascript (Specification) 
function findChild( 
   id : String
) : {DomElement};
ASP.NET Ajax Javascript (Usage) 
var resultVar = instanceOfWebDialogWindow.findChild(String);

Parameters

id
The trailing part of id of element to search for.

Return Value

Reference to html element or null.
See Also