Forum Moderators: open

Message Too Old, No Replies

working with two pages: 1 from input another for results

         

gaucho

9:33 pm on May 16, 2005 (gmt 0)

10+ Year Member



Hi,

The elements I have inside the form are the following:

<form name="form1" >
<input type = "button" onclick = "calcul();" value = "math">
<br>
<iframe width="100%" height="100" id="iframe1"></iframe>
<br>
<input type ="button" onclick="results.htm" value = "statistics"><br>

<textarea name="results"text1" cols="110" rows="15"></textarea><br>
</form>

HOW I open - only the <textarea name="results"> in another page or window = with the results obtained?

G.

gaucho

3:04 am on May 17, 2005 (gmt 0)

10+ Year Member



IMPORTANT DETAIL:
The first file it is a .hta application. De 2nd. file it is a .htm file

G