Hi,
loadXML seems to load data at background, which would possibly cause time lag when operating forms.
Is there any methods for loadXML to force load data completion first before executing next script code? (Not calling onXLE event)
Thanks
Hi,
loadXML seems to load data at background, which would possibly cause time lag when operating forms.
Is there any methods for loadXML to force load data completion first before executing next script code? (Not calling onXLE event)
Thanks
Unfortunately, no.
You may try to use parse() method.