JavaScript API When are the window.external objects available?
Content
Hi
I'm having some problems with the Connect Desktop Javascript API. I'm running Javascript within a browser control via the agent desktop.
My problem is that when I'm accessing the external objects (i.e window.external.contact / window.external.incident) either on document.ready or window.load they're blank.
If I add a button on the page and add an onlick and then access the incident or contact objects they're accessable.
So at what stage or the external objects available? I'd like to be able to access them on window.load or document.ready......
Thanks
Steve.
HTML snippet
<div class="row">
0