I have a page with 2 Iframes. I am trying to post from the first IFrame into the second. The code being used is:
<form method=”POST” action=”Headlines.HTM” target=”iframe2”>
The form posts okay, but opens Headlines in a new page?
Any suggestions, thanks