Forum Moderators: open

Message Too Old, No Replies

submitting a form in an iframe

submitting a form in an iframe with PHP

         

bobepine

9:26 pm on Oct 13, 2004 (gmt 0)



Hi,

I am trying to make a search engine with PHP. It works well and is inside an iframe on my page. I want to send the result to another iframe on the page, but if I just put the targetIframeName as the target of the form, it doesn't work. It loads inside itself anyway.

How can I do that?

Thanks

tedster

3:33 am on Oct 14, 2004 (gmt 0)

WebmasterWorld Senior Member 10+ Year Member



Welcome to to forums, bobepine.

I am not a PHP user, but just reading the logic of this setup, your submission happens from the document that is within an iframe. But it is only that document's PARENT that can "see" the other iframe.