Posted by Oli Filth on 11/15/05 12:57
Stefan Mueller wrote:
> I've a frameset (test-submit-main.html) with 2 frames. The user works within
> frame 1 (test-submit-frame1.html). In frame 2 (test-submit-frame2.html) I
> collect some data which are stored in hidden fields. If the user presses
> submit, the hidden fields of frame 2 gets sumbitted.
>
> Unfortunately the output generated by PHP (test-submit.php) is shown in
> frame 2.
>
> Does someone know how to tell PHP to send the data to frame 1?
> Stefan
PHP has no concept of HTML frames.
You'll have to add a target="..." attribute to your <FORM> element.
--
Oli
Navigation:
[Reply to this message]
|