Im trying to fix some kind of quiz thingy, but I get stuck on looking whats in a dynamicly loaded text area.
So, i have a dynamic textfield that gets its content from a php file.
Now I am trying to “read that textbox” and pass the readed text to use within some other function.
basicly i mean something like this:
dyn loaded text
read dyn loaded text
if dyn loaded text == “something”
nextFrame();
if someone knows how, plz let me know how
Thx allready