In my webpage a hidden iframe is loaded with some JSON in it. This JSON is refreshed by some actions on the page. How do I access this JSON in iframe from my web page? for some unknown arcane unexplainable reason I am forced to use jQuery 1.3.2. so no $.parseJSON()
In my webpage a hidden iframe is loaded with some JSON in it. This
Share
I think you can use:
Something along those lines will work at least.