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