How to output JS generated text to Captivate slide?
I wrote some custom Javascript that generates some text. The Javascript successfully executes when the movie gets to that slide (On Enter: Execute Javascript) but I can't seem to get the generated text to appear within any Captivate screen object.
I created a Captivate text entry box, found it's ID value and tried using the Javascript call:
document.getElementById("myTextBox_inputField").innerHTML="Text from Javascript";
but I can't seem to get the text from my Javascript output to a Captivate object. I feel like I'm missing something obvious with this one....
Thanks in advance,
Rich
