Forum Moderators: open
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