A
a
Hi,
Got some problem:
I've got 3 frames e.g.
<frameset rows="80%,20%">
<frameset cols="50%,50%">
<frame src ="stats.php" name="left">
<frame src ="flag.php" name="right">
</frameset>
<frame src = "command.php" >
</frameset>
and i want to use data from little form (below) in command.php in 2 other
frames. How can i send data form this form and use it in other frames? If
use POST i send it only to 1 frame
[command.php]
<FORM METHOD = POST action="sojusz.php" TARGET = "right" >
Name:
<INPUT TYPE = TEXT NAME ="player" SIZE = 25>
<INPUT TYPE = HIDDEN NAME = "stage" VALUE = 1" >
<INPUT TYPE = SUBMIT VALUE = "Search">
</FORM>
Got some problem:
I've got 3 frames e.g.
<frameset rows="80%,20%">
<frameset cols="50%,50%">
<frame src ="stats.php" name="left">
<frame src ="flag.php" name="right">
</frameset>
<frame src = "command.php" >
</frameset>
and i want to use data from little form (below) in command.php in 2 other
frames. How can i send data form this form and use it in other frames? If
use POST i send it only to 1 frame
[command.php]
<FORM METHOD = POST action="sojusz.php" TARGET = "right" >
Name:
<INPUT TYPE = TEXT NAME ="player" SIZE = 25>
<INPUT TYPE = HIDDEN NAME = "stage" VALUE = 1" >
<INPUT TYPE = SUBMIT VALUE = "Search">
</FORM>