Log in

View Full Version : How to Submit from one <iframe> to another <iframe>



abduraooft
12-04-2006, 02:05 PM
Hi,

I have a page with 2 <iframe>s

Can I post data from one to another by submitting from first one,
without reloading the entire page.

Please help

Thanks.

chechu
12-04-2006, 06:12 PM
Should work if you use "target" to the other <iframe> in your post ?

boxxertrumps
12-04-2006, 06:28 PM
i think that the anchor can only have a target in reference to itself

as in, can only reference a neighboring anchor, a new document, or the parent document.
it probably wont work referencing a different document from the same parent.