I have a HTML form that is targeted to an IFRAME when "submit" is pressed. This iframe then loads a page (after submit is pressed) that reports whether the data input by the user is valid or not. It simply shows on screen "TRUE" or "FALSE". I want JQuery to check this text on the loaded iframe, and refresh the page if it displays "TRUE".
The question is: How can JQuery get the content of a Iframe?
ps: The FORM sends files. So load() is not an option.