Please forgive my poor use of the correct terminology here!
I have a page with nested iframe where I use jquery to traverse through to it - I can pull any element from the iframe and perform jquery functions on it.
Within the iframe's page, is a javascript variable. How can I access this variable?
cheers :)