Howto modify one iframe from other iframe

Hi :

I have the this situation :

I have a html page, that has two iframes, named List and Result.

I need that a form located in the html of List IFrame use as target frame
Result IFrame.

How i cant do that ?


Example :

<IFRAME nome="List" src="List.html" width="100%" hspace="0" vspace="0"
height="150px"></IFRAME>

<IFRAME nome="Result" src="Result.html" width="100%" hspace="0" vspace="0"
height="250px"></IFRAME>

List.html has a Form :


<form target="Result" name="ListForm" method="get" action="Result.html">

</form

In this way the page open a new window with Result.html.

Alejadnro Michelin Salomon


--
Outgoing mail is certified Virus Free.
Checked by AVG Anti-Virus (http://www.grisoft.com).
Version: 7.0.225 / Virus Database: 262.4.3 - Release Date: 11/03/2004

Received on Friday, 12 March 2004 11:01:22 UTC