Hello all,
I have a page that submits to another page
Is there any way of retrieving the output produced by the second page in the first page?
For instance if I have in the first page a form in which you fill in a name, submit it, to a second page that produces "Hello Tommy", i want to read from the first page what the second page outputed. I have no control over the second page. If there's any way to read its content from a third page the solution is wellcomed.
Thanks in advance
I have a page that submits to another page
Is there any way of retrieving the output produced by the second page in the first page?
For instance if I have in the first page a form in which you fill in a name, submit it, to a second page that produces "Hello Tommy", i want to read from the first page what the second page outputed. I have no control over the second page. If there's any way to read its content from a third page the solution is wellcomed.
Thanks in advance
Comment