Why can't I access text entry box value in Javascript from another slide?
I have a simple line of code (on button click) to get s string from a text entry box and input it into a variable value:
var fillCount= document.getElementById('Text_Entry_Box_1_1_inputField').value;
This works fine if the button is on the same slide, but doesn't work from a different slide. Any suggestions? Thanks.
