I have an iframe on a webpage that is a form on another system. When you hit submit on the form, the form is replaced with a "results" webpage in the iframe. I want to detect the source of this results page and depending on the results redirect to another page. I have tried to read the src of the iframe through an onload script, but that doesn't seem to work.
Is there any way to know the src of the iframe and then change it dynamically based on its value?



Reply With Quote

Bookmarks