Accessing variables created in JS
Hi,
I have 2 questions:
1. How I could access a variable assigned via a Text Entry Box by a user in a JS script? For example a user fills in an entry box (and therefore assigning a variable accessible in the Captivate interface by $$v_my_variable$$), and I would like to access the value within a js window to do some JS calculations on it.
2. How do I do the opposite. I generate some values within a js (eg. generating a random number and assigning it to a variable, eg:
var number = alert(Math.random());
How do I access $$number$$ from a text box or a smart shape in Captivate?
Thank you
